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