BazaJayGee66 / homeassistant_cololight

Custom component to support Cololight in Home-Assistant
MIT License
47 stars 6 forks source link

fix: Set color_mode to brightness, when an effect is set #44

Closed BazaJayGee66 closed 3 months ago

BazaJayGee66 commented 3 months ago

A per the documentation for setting Color Mode when rendering effects , the Color Mode will be set to brightness when an effect is set, otherwise the Color Mode will be set to hs.

This was preventing using effects as part of Home Assistant scenes.

This resolves #43