home-assistant-configuration/automations/jeff_home_enter.yaml

11 lines
228 B
YAML
Raw Permalink Normal View History

2017-01-05 16:14:03 +00:00
alias: "Jeff Arrives Home"
trigger:
2017-04-19 13:25:20 +00:00
platform: zone
event: enter
zone: zone.home
entity_id: device_tracker.jeffreystonesiphone
2017-01-05 16:14:03 +00:00
action:
2017-05-05 00:26:44 +00:00
- service: notify.ios_katherinestonesiphone
2017-01-05 16:14:03 +00:00
data:
2017-05-05 00:26:44 +00:00
message: "Jeff is home"