Skip to content

Commit

Permalink
Merge pull request #66 from amanaplan/main
Browse files Browse the repository at this point in the history
Declare basic support for EcoSmart Smart RGWBIC strip lights
  • Loading branch information
jdeath authored Jan 6, 2024
2 parents 8748720 + cd5563a commit a94c5bb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions custom_components/hubspace/light.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,15 @@ def __init__(
self._max_mireds = 454
self._min_mireds = 154

# https://www.homedepot.com/p/EcoSmart-6-5-ft-Smart-RGWBIC-Dynamic-Color-Changing-Dimmable-Plug-In-LED-Strip-Light-Powered-by-Hubspace-AL-TP-RGBICTW-6/324731690
if (
self._model == "AL-TP-RGBICTW-6"
):
self._usePowerFunctionInstance = "primary"
self._supported_color_modes.extend([ColorMode.RGB, ColorMode.COLOR_TEMP, ColorMode.WHITE])
self._max_mireds = 454
self._min_mireds = 154

# https://www.homedepot.com/p/Commercial-Electric-4-in-Smart-Hubspace-Color-Selectable-CCT-Integrated-LED-Recessed-Light-Trim-Works-with-Amazon-Alexa-and-Google-538551010/314199717
# https://www.homedepot.com/p/Commercial-Electric-6-in-Smart-Hubspace-Ultra-Slim-New-Construction-and-Remodel-RGB-W-LED-Recessed-Kit-Works-with-Amazon-Alexa-and-Google-50292/313556988
# https://www.homedepot.com/p/EcoSmart-120-Watt-Equivalent-Smart-Hubspace-PAR38-Color-Changing-CEC-LED-Light-Bulb-with-Voice-Control-1-Bulb-11PR38120RGBWH1/318411934
Expand Down

0 comments on commit a94c5bb

Please sign in to comment.