Untitled
unknown
yaml
3 years ago
437 B
13
Indexable
trigger:
- platform: state
entity_id: light.toperchristmasled
to: ['on', 'off']
variables:
entity: switch.przelacznik_salon_1_right
- platform: state
entity_id: switch.przelacznik_salon_1_right
to: ['on', 'off']
variables:
entity: light.toperchristmasled
action:
- service: homeassistant.turn_{{ trigger.to_state.state }}
target:
entity_id: "{{ entity }}"
mode: single
Editor is loading...