home-assistant-configuration/automations/kat_home_leave.yaml

13 lines
263 B
YAML

alias: "Kat Leaves Home"
trigger:
platform: zone
event: leave
zone: zone.home
entity_id: device_tracker.katherinesiphone
action:
- service: notify.notify
data:
title: "Jarvis"
message: "Kat has left home"
- service: script.kat_unknown