2017-04-09 15:22:38 +00:00
|
|
|
alias: "Jeff Leaves Summit"
|
|
|
|
trigger:
|
2017-04-12 17:10:10 +00:00
|
|
|
# platform: zone
|
|
|
|
# event: leave
|
|
|
|
# zone: zone.summit
|
|
|
|
# entity_id: device_tracker.jeffreystonesiphone
|
|
|
|
platform: mqtt
|
|
|
|
topic: anchoragehouse/jeffrey/status
|
|
|
|
# Optional
|
|
|
|
payload: 'moving'
|
2017-04-09 15:22:38 +00:00
|
|
|
action:
|
|
|
|
- service: notify.notify
|
|
|
|
data:
|
2017-04-09 22:42:48 +00:00
|
|
|
title: "Jarvis"
|
|
|
|
message: "Jeff has left summit"
|
2017-04-09 15:22:38 +00:00
|
|
|
- service: script.jeff_is_moving
|