mirror of
https://github.com/home-assistant/core.git
synced 2026-07-09 07:45:11 +01:00
0ea81c1269
* Change CONF_DEFAULT_COLOR CV type
Changed vol.Optional(CONF_DEFAULT_COLOR, default=DEFAULT_COLOR) from cv.string to cv.ensure_list
This allows the optional parameter default_color to be picked up correctly and to function
the option needs to be specifed as follows:
default_color: [0,255,0]
Solution provided by @scossa2020 in issue #5338
https://github.com/home-assistant/home-assistant/issues/5338
* Update hyperion.py