Updating Repo to match RasPi

This commit is contained in:
Jeffrey Stone
2017-05-04 20:26:44 -04:00
parent 70496ab13b
commit d0e9db33c8
47 changed files with 27 additions and 30 deletions

0
automations/close_garage_at_nine.yaml Normal file → Executable file
View File

0
automations/close_garage_on_away.yaml Normal file → Executable file
View File

0
automations/cloudy_inside_on_home.yaml Normal file → Executable file
View File

7
automations/good_morning.yaml Normal file → Executable file
View File

@@ -1,8 +1,9 @@
alias: "Good Morning"
trigger:
platform: sun
event: sunrise
offset: "-00:30:00"
platform: time
hours: 05
minutes: 15
seconds: 00
action:
- service: scene.turn_on
entity_id: scene.livingroom_normal

0
automations/good_night.yaml Normal file → Executable file
View File

5
automations/jeff_home_enter.yaml Normal file → Executable file
View File

@@ -5,7 +5,6 @@ trigger:
zone: zone.home
entity_id: device_tracker.jeffreystonesiphone
action:
- service: notify.notify
- service: notify.ios_katherinestonesiphone
data:
title: "Jarvis"
message: "Jeff is arriving home"
message: "Jeff is home"

5
automations/jeff_home_leave.yaml Normal file → Executable file
View File

@@ -5,7 +5,6 @@ trigger:
zone: zone.home
entity_id: device_tracker.jeffreystonesiphone
action:
- service: notify.notify
- service: notify.ios_katherinestonesiphone
data:
title: "Jarvis"
message: "Jeff has left home"
message: "Jeff left home"

0
automations/jeff_status_lost.yaml Normal file → Executable file
View File

0
automations/jeff_status_moving.yaml Normal file → Executable file
View File

0
automations/jeff_status_stationary.yaml Normal file → Executable file
View File

5
automations/jeff_summit_enter.yaml Normal file → Executable file
View File

@@ -5,7 +5,6 @@ trigger:
zone: zone.summit
entity_id: device_tracker.jeffreystonesiphone
action:
- service: notify.notify
- service: notify.ios_katherinestonesiphone
data:
title: "Jarvis"
message: "Jeff is arriving at Summit"
message: "Jeff arrived at Summit"

5
automations/jeff_summit_leave.yaml Normal file → Executable file
View File

@@ -5,7 +5,6 @@ trigger:
zone: zone.summit
entity_id: device_tracker.jeffreystonesiphone
action:
- service: notify.notify
- service: notify.ios_katherinestonesiphone
data:
title: "Jarvis"
message: "Jeff has left summit"
message: "Jeff left summit"

4
automations/kat_home_enter.yaml Normal file → Executable file
View File

@@ -3,8 +3,8 @@ trigger:
platform: zone
event: enter
zone: zone.home
entity_id: device_tracker.katherinesiphone
entity_id: device_tracker.katherinestonesiphone
action:
- service: notify.ios_jeffreystonesiphone
data:
message: "Kat is arriving home"
message: "Kat is home"

4
automations/kat_home_leave.yaml Normal file → Executable file
View File

@@ -3,8 +3,8 @@ trigger:
platform: zone
event: leave
zone: zone.home
entity_id: device_tracker.katherinesiphone
entity_id: device_tracker.katherinestonesiphone
action:
- service: notify.ios_jeffreystonesiphone
data:
message: "Kat has left home"
message: "Kat left home"

9
automations/sunrise_inside_off.yaml Normal file → Executable file
View File

@@ -1,7 +1,8 @@
alias: "Sunrise Inside off"
trigger:
platform: sun
event: sunrise
offset: "+01:00:00"
platform: time
hours: 07
minutes: 00
seconds: 00
action:
service: script.inside_all_off
service: script.inside_all_off

0
automations/sunrise_outside_off.yaml Normal file → Executable file
View File

0
automations/sunset_inside_on.yaml Normal file → Executable file
View File

0
automations/sunset_outside_on.yaml Normal file → Executable file
View File

0
automations/test.yaml Normal file → Executable file
View File