@ferdo wrote:
Hi i try to adjust brightness value in automation from UI widget.
But i make sometihing worng. can someone help please. thankshere my action:
service: yeelight.set_color_scene entity_id: light.yeelight_color1_34ce0090fa2a data: data_template: brightness:'{{ states('input_number.chodba_gateway_br') | int }}' rgb_color: - 255 - 100 - 100
or
service: yeelight.set_color_scene entity_id: light.yeelight_color1_34ce0090fa2a brightness: {{ states('input_number.chodba_gateway_br') | int }} rgb_color: - 255 - 100 - 100
Posts: 2
Participants: 2