mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-15 12:56:10 +00:00
12 lines
240 B
YAML
12 lines
240 B
YAML
alias: "Jeff Arrives Home"
|
|
trigger:
|
|
platform: zone
|
|
event: enter
|
|
zone: zone.home
|
|
entity_id: device_tracker.jeffreystonesiphone
|
|
action:
|
|
- service: notify.notify
|
|
data:
|
|
title: "Jarvis"
|
|
message: "Jeff is arriving home"
|