L
Size: a a a
L
at
at
L
G
G
L
L
G
at
L
G
action:
- data_template:
brightness: "{% set n = states.light.bedroom_lamp.attributes.brightness - 5\
\ %} {% if n < 1 %}\n 1\n{% else %}\n {{ n }}\n{% endif %}\n"
color_temp: "{% set n = states.light.bedroom_lamp.attributes.color_temp + 6\
\ %} {% if n > 588 %}\n 588\n{% else %}\n {{ n }}\n{% endif %}\n"
entity_id:
- light.mainroom_lightstrip
- light.bedroom_lamp
- light.bathroom_lamp
- light.bedroom_wardrobe_top_light
transition: '30'
service: light.turn_on
at
L
VM
AK
VM
DS
ДЦ
action:
- data_template:
brightness: "{% set n = states.light.bedroom_lamp.attributes.brightness - 5\
\ %} {% if n < 1 %}\n 1\n{% else %}\n {{ n }}\n{% endif %}\n"
color_temp: "{% set n = states.light.bedroom_lamp.attributes.color_temp + 6\
\ %} {% if n > 588 %}\n 588\n{% else %}\n {{ n }}\n{% endif %}\n"
entity_id:
- light.mainroom_lightstrip
- light.bedroom_lamp
- light.bathroom_lamp
- light.bedroom_wardrobe_top_light
transition: '30'
service: light.turn_on
G