mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-21 05:03:39 +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"
|
||||
|
@@ -9,4 +9,3 @@ action:
|
||||
data:
|
||||
title: "Jarvis"
|
||||
message: "Jeff has left home"
|
||||
- service: script.jeff_is_moving
|
||||
|
7
automations/jeff_status_lost.yaml
Normal file
7
automations/jeff_status_lost.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
alias: "Jeff Status Lost"
|
||||
trigger:
|
||||
platform: mqtt
|
||||
topic: anchoragehouse/jeffrey/status
|
||||
payload: 'unknown'
|
||||
action:
|
||||
service: script.jeff_unknown
|
7
automations/jeff_status_moving.yaml
Normal file
7
automations/jeff_status_moving.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
alias: "Jeff Status Moving"
|
||||
trigger:
|
||||
platform: mqtt
|
||||
topic: anchoragehouse/jeffrey/status
|
||||
payload: 'moving'
|
||||
action:
|
||||
service: script.jeff_is_moving
|
7
automations/jeff_status_stationary.yaml
Normal file
7
automations/jeff_status_stationary.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
alias: "Jeff Status Stationary"
|
||||
trigger:
|
||||
platform: mqtt
|
||||
topic: anchoragehouse/jeffrey/status
|
||||
payload: 'stationary'
|
||||
action:
|
||||
service: script.jeff_is_stationary
|
@@ -1,16 +0,0 @@
|
||||
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: 'unknown'
|
||||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: "Jarvis"
|
||||
message: "Jeff has arrived home"
|
||||
- service: script.jeff_unknown
|
@@ -8,5 +8,4 @@ action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: "Jarvis"
|
||||
message: "Jeff has arrived at Summit"
|
||||
- service: script.jeff_is_stationary
|
||||
message: "Jeff is arriving at Summit"
|
||||
|
@@ -1,16 +1,11 @@
|
||||
alias: "Jeff Leaves Summit"
|
||||
trigger:
|
||||
# platform: zone
|
||||
# event: leave
|
||||
# zone: zone.summit
|
||||
# entity_id: device_tracker.jeffreystonesiphone
|
||||
platform: mqtt
|
||||
topic: anchoragehouse/jeffrey/status
|
||||
# Optional
|
||||
payload: 'moving'
|
||||
platform: zone
|
||||
event: leave
|
||||
zone: zone.summit
|
||||
entity_id: device_tracker.jeffreystonesiphone
|
||||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: "Jarvis"
|
||||
message: "Jeff has left summit"
|
||||
- service: script.jeff_is_moving
|
||||
|
@@ -8,5 +8,4 @@ action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: "Jarvis"
|
||||
message: "Kat has arrived home"
|
||||
- service: script.kat_is_stationary
|
||||
message: "Kat is arriving home"
|
||||
|
@@ -9,4 +9,3 @@ action:
|
||||
data:
|
||||
title: "Jarvis"
|
||||
message: "Kat has left home"
|
||||
- service: script.kat_unknown
|
||||
|
Reference in New Issue
Block a user