mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Add cloud module for smartdevice (#767)
Add initial support for the cloud module. Adds a new binary sensor: `Cloud connection (cloud_connection): False`
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
"""Modules for SMART devices."""
|
||||
from .childdevicemodule import ChildDeviceModule
|
||||
from .cloudmodule import CloudModule
|
||||
from .devicemodule import DeviceModule
|
||||
from .energymodule import EnergyModule
|
||||
from .lighttransitionmodule import LightTransitionModule
|
||||
@@ -10,5 +11,6 @@ __all__ = [
|
||||
"EnergyModule",
|
||||
"DeviceModule",
|
||||
"ChildDeviceModule",
|
||||
"CloudModule",
|
||||
"LightTransitionModule",
|
||||
]
|
||||
|
Reference in New Issue
Block a user