Advertisement
abeksis

alarm

Apr 26th, 2022
1,040
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.39 KB | None | 0 0
  1. alias: 'Alarm: Trigger Alarm When Armed Away (Duplicate)'
  2. description: ''
  3. trigger:
  4.   - platform: state
  5.     entity_id: group.somebody_home
  6.     to: not_home
  7.     from: home
  8.     for:
  9.       hours: 0
  10.       minutes: 1
  11.       seconds: 0
  12. condition: []
  13. action:
  14.   - service: alarm_control_panel.alarm_trigger
  15.     data: {}
  16.     target:
  17.       entity_id: alarm_control_panel.home_alarm
  18. mode: single
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement