mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 12:46:45 +00:00
Removing uneeded automations
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
alias: "Jeff Arrives Home"
|
||||
trigger:
|
||||
# platform: zone
|
||||
# event: enter
|
||||
# zone: zone.home
|
||||
# entity_id: device_tracker.jeffreystonesiphone
|
||||
platform: mqtt
|
||||
topic: anchoragehouse/jeffrey/status
|
||||
# Optional
|
||||
payload: 'stationary'
|
||||
platform: zone
|
||||
event: enter
|
||||
zone: zone.home
|
||||
entity_id: device_tracker.jeffreystonesiphone
|
||||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: "Jarvis"
|
||||
message: "Jeff has arrived home"
|
||||
- service: script.jeff_is_stationary
|
||||
message: "Jeff is arriving home"
|
||||
|
Reference in New Issue
Block a user