Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - id: '1602252604720'
- alias: Someone is at the Side Door
- description: ''
- trigger:
- - platform: mqtt
- topic: blue_iris/binary_sensor/sidedoor_motion/state
- payload: 'ON'
- condition: []
- action:
- - service: script.turn_on
- target:
- entity_id: script.someone_at_side_door
- - delay:
- hours: 0
- minutes: 2
- seconds: 0
- milliseconds: 0
- - service: script.turn_off
- target:
- entity_id: script.someone_at_side_door
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment