The condition check on zone doesn’t seems to work.
Is it at all possible to get a tigger entity to check with a zone?
p.s. the notification works
alias: P2000 Node
description: ''
trigger:
- platform: state
entity_id: sensor.p2000_ambulance
- platform: state
entity_id: sensor.p2000_brandweer
- platform: state
entity_id: sensor.p2000_politie
condition:
- condition: zone
entity_id: trigger.entity_id
zone: zone.thuis_p2000
action:
- service: notify.mobile_app_gm1913
data:
message: P2000 {{ state_attr('trigger.entity_id', 'dienst')}}
title: '{{ states(''trigger.entity_id'') }}'
mode: single