Add S220 fixture (#1419)

Add S220 (hub-connected) fixture, thanks to @chrisnewmanuk.

Drafted as requires adding `subg.plugswitch.switch` as a supported child
device category.

ref
https://github.com/home-assistant/core/issues/133973#issuecomment-2569967648
This commit is contained in:
Teemu R.
2025-01-04 19:47:12 +01:00
committed by GitHub
parent 6e0be2ea1f
commit 08639a3a7b
4 changed files with 162 additions and 2 deletions

View File

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