mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 12:46:45 +00:00
Lots of updates:
- Updated .gitignore to explicitly allow files and folders but block everything else. - Added automations for Kat's Phone - Updated Kat's Phone used in Tracking - Added Google Time to Home for Kat - Reducing the messages being sent to pushbullet.
This commit is contained in:
10
automations/kat_home_enter.yaml
Normal file
10
automations/kat_home_enter.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
alias: "Kat Arrives Home"
|
||||
trigger:
|
||||
platform: zone
|
||||
event: enter
|
||||
zone: zone.home
|
||||
entity_id: device_tracker.katheriesiphone_2
|
||||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
message: "Kat arrived home"
|
10
automations/kat_home_leave.yaml
Normal file
10
automations/kat_home_leave.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
alias: "Kat Leaves Home"
|
||||
trigger:
|
||||
platform: zone
|
||||
event: leave
|
||||
zone: zone.home
|
||||
entity_id: device_tracker.katheriesiphone_2
|
||||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
message: "Kat left home"
|
10
automations/kat_work_enter.yaml
Normal file
10
automations/kat_work_enter.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
alias: "Kat Arrives Home"
|
||||
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"
|
10
automations/kat_work_leave.yaml
Normal file
10
automations/kat_work_leave.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
alias: "Kat Leaves Home"
|
||||
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