Skip to content

Commit

Permalink
Update light.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DHowett authored Dec 30, 2023
1 parent 035f2cd commit 2064607
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 @@ -431,7 +431,7 @@ def __init__(
self._min_mireds = 154
# https://www.homedepot.com/p/Hampton-Bay-10-Watt-Equivalent-Low-Voltage-Black-LED-Outdoor-Landscape-Spotlight-with-Smart-App-Control-3-Pack-Powered-by-Hubspace-L08557/318145795
if (
self._model == "L008557"
self._model == "L08557"
):
self._supported_color_modes.extend(
[ColorMode.RGB, ColorMode.COLOR_TEMP, ColorMode.WHITE]
Expand Down

0 comments on commit 2064607

Please sign in to comment.