Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- automation:
- - alias: lysstyring kontor på
- trigger:
- - platform: state
- entity_id: binary_sensor.kontor_pir_occupancy
- to: 'on'
- - platform: state
- entity_id: binary_sensor.kontor_tak_pir_occupancy
- to: 'on'
- action:
- - service: light.turn_on
- target:
- entity_id: light.kontor_tak
- - delay: '00:02:00'
- - service: light.turn_off
- target:
- entity_id: light.kontor_tak
- mode: restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement