mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-13 12:08:20 +00:00
d4075b3a4b
Cleaned up Devices Added Sensors for Computers Cleaned up device based automations
11 lines
205 B
YAML
11 lines
205 B
YAML
alias: "Kat Leaves Home"
|
|
trigger:
|
|
platform: zone
|
|
event: leave
|
|
zone: zone.home
|
|
entity_id: device_tracker.katherinesiphone
|
|
action:
|
|
- service: notify.notify
|
|
data:
|
|
message: "Kat left home"
|