Cleaning up automations
This commit is contained in:
parent
bc501622e9
commit
1e63ccbd3f
|
@ -4,8 +4,8 @@
|
||||||
# Sun Based
|
# Sun Based
|
||||||
- !include automations/sunset_outside_on.yaml
|
- !include automations/sunset_outside_on.yaml
|
||||||
- !include automations/sunset_inside_on.yaml
|
- !include automations/sunset_inside_on.yaml
|
||||||
- !include automations/sunset_outside_off.yaml
|
- !include automations/sunrise_outside_off.yaml
|
||||||
- !include automations/sunset_inside_off.yaml
|
- !include automations/sunrise_inside_off.yaml
|
||||||
# Weather Based
|
# Weather Based
|
||||||
- !include automations/cloudy_inside_on_home.yaml
|
- !include automations/cloudy_inside_on_home.yaml
|
||||||
# Jeff
|
# Jeff
|
||||||
|
|
|
@ -8,5 +8,5 @@ action:
|
||||||
entity_id: scene.livingroom_normal
|
entity_id: scene.livingroom_normal
|
||||||
- service: notify.notify
|
- service: notify.notify
|
||||||
data:
|
data:
|
||||||
title: 'Anchorage House'
|
title: 'Good Morning'
|
||||||
message: "Good Morning, Anchorage House is up and online."
|
message: "Good Morning, Anchorage House is up and online."
|
||||||
|
|
|
@ -9,5 +9,5 @@ action:
|
||||||
entity_id: scene.livingroom_night
|
entity_id: scene.livingroom_night
|
||||||
- service: notify.notify
|
- service: notify.notify
|
||||||
data:
|
data:
|
||||||
title: 'Anchorage House'
|
title: 'Good Night'
|
||||||
message: "Shutting down for the night, Good Night"
|
message: "Shutting down for the night, Good Night"
|
||||||
|
|
|
@ -7,7 +7,7 @@ trigger:
|
||||||
action:
|
action:
|
||||||
- service: notify.notify
|
- service: notify.notify
|
||||||
data:
|
data:
|
||||||
title: 'Anchorage House'
|
title: 'Jeff is Home'
|
||||||
message: "Jeff is home!"
|
message: "Jeff is home!"
|
||||||
- service: input_select.select_option
|
- service: input_select.select_option
|
||||||
data:
|
data:
|
||||||
|
|
|
@ -7,7 +7,7 @@ trigger:
|
||||||
action:
|
action:
|
||||||
- service: notify.notify
|
- service: notify.notify
|
||||||
data:
|
data:
|
||||||
title: 'Anchorage House'
|
title: 'Jeff Left Home'
|
||||||
message: "Jeff left home"
|
message: "Jeff left home"
|
||||||
- service: input_select.select_option
|
- service: input_select.select_option
|
||||||
data:
|
data:
|
||||||
|
|
|
@ -7,7 +7,7 @@ trigger:
|
||||||
action:
|
action:
|
||||||
- service: notify.notify
|
- service: notify.notify
|
||||||
data:
|
data:
|
||||||
title: 'Anchorage House'
|
title: 'Jeff is at Manheim'
|
||||||
message: "Jeff arrived at Manheim"
|
message: "Jeff arrived at Manheim"
|
||||||
- service: input_select.select_option
|
- service: input_select.select_option
|
||||||
data:
|
data:
|
||||||
|
|
|
@ -7,7 +7,7 @@ trigger:
|
||||||
action:
|
action:
|
||||||
- service: notify.notify
|
- service: notify.notify
|
||||||
data:
|
data:
|
||||||
title: 'Anchorage House'
|
title: 'Jeff Left Manheim'
|
||||||
message: "Jeff left Manheim"
|
message: "Jeff left Manheim"
|
||||||
- service: input_select.select_option
|
- service: input_select.select_option
|
||||||
data:
|
data:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
alias: "Sunset Inside on"
|
alias: "Sunrise Inside off"
|
||||||
trigger:
|
trigger:
|
||||||
platform: sun
|
platform: sun
|
||||||
event: sunset
|
event: sunrise
|
||||||
offset: "+01:00:00"
|
offset: "+01:00:00"
|
||||||
action:
|
action:
|
||||||
service: script.inside_all_off
|
service: script.inside_all_off
|
|
@ -1,6 +1,10 @@
|
||||||
alias: "Sunset Outside off"
|
alias: "Sunrise Outside off"
|
||||||
trigger:
|
trigger:
|
||||||
platform: sun
|
platform: sun
|
||||||
event: sunrise
|
event: sunrise
|
||||||
action:
|
action:
|
||||||
service: script.outside_all_off
|
- service: notify.notify
|
||||||
|
data:
|
||||||
|
title: 'Sun is Up!'
|
||||||
|
message: "Turning off Outside Lights."
|
||||||
|
- service: script.outside_all_off
|
|
@ -117,9 +117,9 @@ device_tracker:
|
||||||
track_new_devices: yes
|
track_new_devices: yes
|
||||||
interval_seconds: 60
|
interval_seconds: 60
|
||||||
consider_home: 180
|
consider_home: 180
|
||||||
#- platform: owntracks
|
- platform: owntracks
|
||||||
# max_gps_accuracy: 200
|
max_gps_accuracy: 200
|
||||||
# consider_home: 180
|
consider_home: 180
|
||||||
- platform: icloud
|
- platform: icloud
|
||||||
username: !secret ICLOUD_USER
|
username: !secret ICLOUD_USER
|
||||||
password: !secret ICLOUD_PASS
|
password: !secret ICLOUD_PASS
|
||||||
|
|
|
@ -8,5 +8,5 @@ sequence:
|
||||||
entity_id: switch.tower_lamp
|
entity_id: switch.tower_lamp
|
||||||
- service: notify.notify
|
- service: notify.notify
|
||||||
data:
|
data:
|
||||||
title: 'Anchorage House'
|
title: 'Turning inside lights off'
|
||||||
message: "Inside lights are on!"
|
message: "Inside lights are off!"
|
|
@ -11,5 +11,5 @@ sequence:
|
||||||
entity_id: scene.livingroom_normal
|
entity_id: scene.livingroom_normal
|
||||||
- service: notify.notify
|
- service: notify.notify
|
||||||
data:
|
data:
|
||||||
title: 'Anchorage House'
|
title: 'Inside lights are on'
|
||||||
message: "Inside lights are on!"
|
message: "Inside lights are on!"
|
|
@ -14,8 +14,8 @@ sequence:
|
||||||
entity_id: switch.front_porch_left
|
entity_id: switch.front_porch_left
|
||||||
- service: switch.turn_off
|
- service: switch.turn_off
|
||||||
data:
|
data:
|
||||||
entity_id: switch.front_porch_right
|
entity_id: switch.front_porch_right
|
||||||
- service: notify.notify
|
- service: notify.notify
|
||||||
data:
|
data:
|
||||||
title: 'Anchorage House'
|
title: 'Outside lights are off'
|
||||||
message: "Outside lights are off!"
|
message: "Outside lights are off!"
|
|
@ -17,5 +17,5 @@ sequence:
|
||||||
entity_id: switch.front_porch_right
|
entity_id: switch.front_porch_right
|
||||||
- service: notify.notify
|
- service: notify.notify
|
||||||
data:
|
data:
|
||||||
title: 'Anchorage House'
|
title: 'Outside lights are on'
|
||||||
message: "Outside lights are on!"
|
message: "Outside lights are on!"
|
Loading…
Reference in New Issue