Mark L900-5 as supported (#617)

* Add fixture for L900-5

* Update readme
This commit is contained in:
Teemu R
2024-01-04 19:52:11 +01:00
committed by GitHub
parent 7e6eaf4ab2
commit 17d96064c2
3 changed files with 309 additions and 2 deletions

View File

@@ -44,8 +44,8 @@ SUPPORTED_DEVICES = SUPPORTED_IOT_DEVICES + SUPPORTED_SMART_DEVICES
# Tapo bulbs
BULBS_SMART_VARIABLE_TEMP = {"L530E"}
BULBS_SMART_COLOR = {"L530E"}
BULBS_SMART_LIGHT_STRIP: Set[str] = set()
BULBS_SMART_LIGHT_STRIP = {"L900-5"}
BULBS_SMART_COLOR = {"L530E", *BULBS_SMART_LIGHT_STRIP}
BULBS_SMART_DIMMABLE = {"KS225"}
BULBS_SMART = (
BULBS_SMART_VARIABLE_TEMP.union(BULBS_SMART_COLOR)