mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-12 10:28:01 +00:00
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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user