Add in some new device types (#39)

* Add in some new device types

HS103 hardware 1.0 and 2.1
KP400

* Update conftest
This commit is contained in:
Andrew May
2020-04-10 18:08:59 -07:00
committed by GitHub
parent 18d58388c1
commit 5ff299664e
4 changed files with 164 additions and 2 deletions

View File

@@ -16,8 +16,8 @@ SUPPORTED_DEVICES = glob.glob(
BULBS = {"LB100", "LB120", "LB130", "KL120", "KL130"}
VARIABLE_TEMP = {"LB120", "LB130", "KL120", "KL130"}
PLUGS = {"HS100", "HS105", "HS110", "HS200", "HS210", "HS220", "HS300"}
STRIPS = {"HS107", "HS300", "KP303"}
PLUGS = {"HS100", "HS103", "HS105", "HS110", "HS200", "HS210", "HS220", "HS300"}
STRIPS = {"HS107", "HS300", "KP303", "KP400"}
COLOR_BULBS = {"LB130", "KL130"}
DIMMABLE = {*BULBS, "HS220"}
EMETER = {"HS110", "HS300", *BULBS}