Add support for the S500 (#705)

* Add support for the S500D

* tweak

* Add S505
This commit is contained in:
J. Nick Koston
2024-01-24 22:07:01 -10:00
committed by GitHub
parent cba073ebde
commit 716b1f82d9
3 changed files with 311 additions and 1 deletions

View File

@@ -101,7 +101,7 @@ PLUGS_IOT = {
}
# P135 supports dimming, but its not currently support
# by the library
PLUGS_SMART = {"P100", "P110", "KP125M", "EP25", "KS205", "P125M", "P135"}
PLUGS_SMART = {"P100", "P110", "KP125M", "EP25", "KS205", "P125M", "P135", "S505"}
PLUGS = {
*PLUGS_IOT,
*PLUGS_SMART,