I would like for HASS to arm alarm when i turn location on and I'm not at home, tried the following but it didn't work:
alias: Testing
description: ""
triggers:
- trigger: template
value_template: |
{{ not is_state('person severcki','home') }}
for:
hours: 0
minutes: 2
seconds: 0
conditions: []
actions: - action: alarmo.arm
metadata: {}
data:
mode: away
skip_delay: false
force: false
entity_id: alarm_control_panel.alarmo
code: "xxxx"
mode: single