Add KL110B(UN) device fixture (#1657)

This commit is contained in:
ZeliardM
2026-02-21 09:01:08 -05:00
committed by GitHub
parent 122849f784
commit a8e398403c
4 changed files with 292 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ BULBS_IOT_VARIABLE_TEMP = {
"KL430",
}
BULBS_IOT_COLOR = {"LB130", "KL125", "KL130", "KL135", *BULBS_IOT_LIGHT_STRIP}
BULBS_IOT_DIMMABLE = {"KL50", "KL60", "LB100", "LB110", "KL110"}
BULBS_IOT_DIMMABLE = {"KL50", "KL60", "LB100", "LB110", "KL110", "KL110B"}
BULBS_IOT = (
BULBS_IOT_VARIABLE_TEMP.union(BULBS_IOT_COLOR)
.union(BULBS_IOT_DIMMABLE)