ThePantser

Untitled

Feb 1st, 2021
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. - id: '1605025176218'
  2. alias: Auto Arm Night
  3. description: ''
  4. trigger:
  5. - platform: time
  6. at: '11:59:00'
  7. condition:
  8. - condition: state
  9. entity_id: alarm_control_panel.home_alarm
  10. state: Disarmed
  11. - condition: not
  12. conditions:
  13. - condition: state
  14. entity_id: alarm_control_panel.home_alarm
  15. state: Armed away
  16. action:
  17. - service: alarm_control_panel.alarm_arm_home
  18. data:
  19. entity_id: alarm_control_panel.home_alarm
  20. code: ------
  21. entity_id: alarm_control_panel.home_alarm
  22. - data:
  23. message: Alarm Auto Armed Night
  24. service: notify.notify
  25. mode: single
Advertisement
Add Comment
Please, Sign In to add comment