From 206460739ab8fc3042744c1df2ec16bb140c1426 Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett" Date: Fri, 29 Dec 2023 22:25:30 -0600 Subject: [PATCH] Update light.py --- custom_components/hubspace/light.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/hubspace/light.py b/custom_components/hubspace/light.py index cf6f92c..068ec86 100644 --- a/custom_components/hubspace/light.py +++ b/custom_components/hubspace/light.py @@ -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]