Р
- alias: Включение основного света в детской по правому клику
initial_state: True
hide_entity: True
trigger:
- platform: event
event_type: deconz_event
event_data:
id: kids_wall_switch
event: 2002
action:
- service: timer.cancel
entity_id: timer.kids_sunrise
- service: input_boolean.turn_off
data:
entity_id: input_boolean.kids_light_moon
- service: yeelight.set_mode
data_template:
entity_id: light.kids_light
mode: normal
- service: light.turn_on
entity_id: light.kids_light
data_template:
kelvin: 3800
brightness_pct: 100