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:
J. Nick Koston
2023-07-22 16:55:42 -05:00
committed by GitHub
parent 117a7ac64a
commit 677ef9c3ef
3 changed files with 48 additions and 1 deletions

View File

@@ -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}