ThePantser

Untitled

Jun 1st, 2021
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. - id: '1602252604720'
  2. alias: Someone is at the Side Door
  3. description: ''
  4. trigger:
  5. - platform: mqtt
  6. topic: blue_iris/binary_sensor/sidedoor_motion/state
  7. payload: 'ON'
  8. condition: []
  9. action:
  10. - service: script.turn_on
  11. target:
  12. entity_id: script.someone_at_side_door
  13. - delay:
  14. hours: 0
  15. minutes: 2
  16. seconds: 0
  17. milliseconds: 0
  18. - service: script.turn_off
  19. target:
  20. entity_id: script.someone_at_side_door
  21. mode: single
Advertisement
Add Comment
Please, Sign In to add comment