mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Add tests for KP200 (#483)
* Add tests for KP200 This one worked out of the box sans the OUI not being in the list https://github.com/home-assistant/core/pull/97062 * it is a strip
This commit is contained in:
@@ -55,7 +55,7 @@ PLUGS = {
|
||||
"KP401",
|
||||
"KS200M",
|
||||
}
|
||||
STRIPS = {"HS107", "HS300", "KP303", "KP400", "EP40"}
|
||||
STRIPS = {"HS107", "HS300", "KP303", "KP200", "KP400", "EP40"}
|
||||
DIMMERS = {"ES20M", "HS220", "KS220M", "KS230", "KP405"}
|
||||
|
||||
DIMMABLE = {*BULBS, *DIMMERS}
|
||||
|
Reference in New Issue
Block a user