Add support for waterleak sensor (T300) (#876)

This commit is contained in:
Teemu R
2024-04-30 17:31:47 +02:00
committed by GitHub
parent 300d823895
commit 5599756d28
4 changed files with 107 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ from .reportmodule import ReportModule
from .temperature import TemperatureSensor
from .temperaturecontrol import TemperatureControl
from .timemodule import TimeModule
from .waterleak import WaterleakSensor
__all__ = [
"AlarmModule",
@@ -40,4 +41,5 @@ __all__ = [
"LightTransitionModule",
"ColorTemperatureModule",
"ColorModule",
"WaterleakSensor",
]