Add support for T100 motion sensor (#1079)

Add support for T100 motion sensor.
Thanks to @DarthSonic for the fixture file!
This commit is contained in:
Teemu R.
2024-07-24 15:48:33 +02:00
committed by GitHub
parent dc0aedad20
commit 055bbcc0c9
8 changed files with 608 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ DIMMERS = {
}
HUBS_SMART = {"H100", "KH100"}
SENSORS_SMART = {"T310", "T315", "T300", "T110"}
SENSORS_SMART = {"T310", "T315", "T300", "T100", "T110"}
THERMOSTATS_SMART = {"KE100"}
WITH_EMETER_IOT = {"HS110", "HS300", "KP115", "KP125", *BULBS_IOT}