mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 12:46:45 +00:00
Cleaning up scripts
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
alias: "Jeff Arrives At Manheim"
|
||||
trigger:
|
||||
platform: zone
|
||||
event: enter
|
||||
zone: zone.manheim
|
||||
entity_id: device_tracker.owntracks_jeffreysphone
|
||||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
message: "Jeff arrived at Manheim"
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
entity_id: input_select.jeff_status
|
||||
option: stationary
|
@@ -1,14 +0,0 @@
|
||||
alias: "Jeff Leaves Manheim"
|
||||
trigger:
|
||||
platform: zone
|
||||
event: leave
|
||||
zone: zone.manheim
|
||||
entity_id: device_tracker.owntracks_jeffreysphone
|
||||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
message: "Jeff left Manheim"
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
entity_id: input_select.jeff_status
|
||||
option: moving
|
@@ -1,14 +0,0 @@
|
||||
alias: "Jeff Arrives At CAI"
|
||||
trigger:
|
||||
platform: zone
|
||||
event: enter
|
||||
zone: zone.summit
|
||||
entity_id: device_tracker.owntracks_jeffreysphone
|
||||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
message: "Jeff arrived at CAI-Summit"
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
entity_id: input_select.jeff_status
|
||||
option: stationary
|
@@ -1,15 +0,0 @@
|
||||
alias: "Jeff Leaves Summit"
|
||||
trigger:
|
||||
platform: zone
|
||||
event: leave
|
||||
zone: zone.summit
|
||||
entity_id: device_tracker.owntracks_jeffreysphone
|
||||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: 'Jeff Left CAI-Summit'
|
||||
message: "Jeff left CAI-Summit"
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
entity_id: input_select.jeff_status
|
||||
option: moving
|
@@ -1,10 +0,0 @@
|
||||
alias: "Kat Arrives Work"
|
||||
trigger:
|
||||
platform: zone
|
||||
event: enter
|
||||
zone: zone.zoo_atlanta
|
||||
entity_id: device_tracker.katheriesiphone_2
|
||||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
message: "Kat arrived at Zoo Atlanta"
|
@@ -1,10 +0,0 @@
|
||||
alias: "Kat Leaves Work"
|
||||
trigger:
|
||||
platform: zone
|
||||
event: leave
|
||||
zone: zone.home
|
||||
entity_id: device_tracker.katheriesiphone_2
|
||||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
message: "Kat left Zoo Atlanta"
|
Reference in New Issue
Block a user