You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating Home Assistant to the latest version the light template isn't fully working anymore:
Invalid config for [light.template]: [set_white_value] is an invalid option for [light.template].
Check: light.template->lights->sitting_room_chandellier->set_white_value.
(See /config/configuration.yaml, line 89). Please check the docs at https://www.home-assistant.io/integrations/template
The text was updated successfully, but these errors were encountered:
I can't figure out how to write a Home Assistant light template which allows setting the white value with the new color_mode: white settings. It's probably obvious, but I'm not alone (and the official HA light template example still uses set_white_value):
Clarification: this is only about writing a demo light template for the included Home Assistant demo configuration in configuration.yaml.
Setting the white value with the API is done with a new command parameter white: {"service": "light.turn_on", "data": {"white":50}} (according to: home-assistant/core#51411)
This is a workaround for the removed `set_white_value` action in HA 2022.9
Instead of white value this demo light offers now color temperature.
Relates to #10
After updating Home Assistant to the latest version the light template isn't fully working anymore:
The text was updated successfully, but these errors were encountered: