Add fixture for waterleak sensor T300 (#897)

Fixture by courtesy of @ngaertner
(https://github.com/python-kasa/python-kasa/issues/875#issuecomment-2091484438)
This commit is contained in:
Teemu R
2024-05-03 15:24:34 +02:00
committed by GitHub
parent 88381f270f
commit 530fb841b0
3 changed files with 539 additions and 6 deletions

View File

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