Skip to content

Commit

Permalink
Update light.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeath authored Jan 14, 2024
1 parent a94c5bb commit 442bca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/hubspace/light.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def __init__(
self._temperature_choices = None

# https://www.homedepot.com/p/Commercial-Electric-5-in-6-in-Smart-Hubspace-Color-Selectable-CCT-Integrated-LED-Recessed-Light-Trim-Works-with-Amazon-Alexa-and-Google-538561010/314254248
if self._model == "538551010, 538561010, 538552010, 538562010" or self._model == "G19226" or self._model == "HB-10521-HS" or self._model == "17122-HS-WT" or self._model == "CD44bRGBW15W":
if self._model == "538551010, 538561010, 538552010, 538562010" or self._model == "G19226" or self._model == "HB-10521-HS" or self._model == "17122-HS-WT" or self._model == "CD44bRGBW15W" or self._model == "CD44bRGBW11W":
self._supported_color_modes.extend(
[ColorMode.RGB, ColorMode.COLOR_TEMP, ColorMode.WHITE]
)
Expand Down

0 comments on commit 442bca6

Please sign in to comment.