#1284980040940912641 I have setup an automation to trigger alarm when home zone drops to 0. However, it seems to never trigger when both phones leave the zone. Is this something that is not reliable, using the companion app/gps sensor?
alias: Arm Alarm
description: ''
triggers:
- trigger: numeric_state
entity_id:- zone.home
below: 1
conditions: []
actions:
- zone.home
- action: alarm_control_panel.alarm_arm_away
metadata: {}
data: {}
target:
entity_id: alarm_control_panel.alarm_control_panel
mode: single