After updating to 2022.9.1, I get the following error:
Invalid config for [light.template]: [set_white_value] is an invalid option for [light.template]. Check: light.template->lights->theme_primary->set_white_value. (See ?, line ?).
Ok, thanks. But how am I supposed to add that to the light template? I want a light entity with rgbw mode.
I tried adding color_mode, or supported_color_modes to the entity, but this is not a valid config.
Ok so I looked at the source code, and color mode support in template light was only added 2 days ago so it’s not release yet. Can I just copy over this python script somewhere to my instance so I can start using it now?
Hi @marcinek, did you ever figure out how to use color_mode: white in a light template?
It would be great if you could post an example. I’m not able to get it to work and the official sample config still uses set_white_value).