mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 12:46:45 +00:00
Cleaning up automations
This commit is contained in:
@@ -8,5 +8,5 @@ action:
|
||||
entity_id: scene.livingroom_normal
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: 'Anchorage House'
|
||||
title: 'Good Morning'
|
||||
message: "Good Morning, Anchorage House is up and online."
|
||||
|
@@ -9,5 +9,5 @@ action:
|
||||
entity_id: scene.livingroom_night
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: 'Anchorage House'
|
||||
title: 'Good Night'
|
||||
message: "Shutting down for the night, Good Night"
|
||||
|
@@ -7,7 +7,7 @@ trigger:
|
||||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: 'Anchorage House'
|
||||
title: 'Jeff is Home'
|
||||
message: "Jeff is home!"
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
|
@@ -7,7 +7,7 @@ trigger:
|
||||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: 'Anchorage House'
|
||||
title: 'Jeff Left Home'
|
||||
message: "Jeff left home"
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
|
@@ -7,7 +7,7 @@ trigger:
|
||||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: 'Anchorage House'
|
||||
title: 'Jeff is at Manheim'
|
||||
message: "Jeff arrived at Manheim"
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
|
@@ -7,7 +7,7 @@ trigger:
|
||||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: 'Anchorage House'
|
||||
title: 'Jeff Left Manheim'
|
||||
message: "Jeff left Manheim"
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
alias: "Sunset Inside on"
|
||||
alias: "Sunrise Inside off"
|
||||
trigger:
|
||||
platform: sun
|
||||
event: sunset
|
||||
event: sunrise
|
||||
offset: "+01:00:00"
|
||||
action:
|
||||
service: script.inside_all_off
|
@@ -1,6 +1,10 @@
|
||||
alias: "Sunset Outside off"
|
||||
alias: "Sunrise Outside off"
|
||||
trigger:
|
||||
platform: sun
|
||||
event: sunrise
|
||||
action:
|
||||
service: script.outside_all_off
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: 'Sun is Up!'
|
||||
message: "Turning off Outside Lights."
|
||||
- service: script.outside_all_off
|
Reference in New Issue
Block a user