Updating alerts
This commit is contained in:
parent
bb341cf083
commit
f379bc47e9
|
@ -1,5 +1,4 @@
|
||||||
# General
|
# General
|
||||||
- !include automations/test.yaml
|
|
||||||
- !include automations/good_morning.yaml
|
- !include automations/good_morning.yaml
|
||||||
- !include automations/good_night.yaml
|
- !include automations/good_night.yaml
|
||||||
# Sun Based
|
# Sun Based
|
||||||
|
|
|
@ -11,7 +11,6 @@ condition:
|
||||||
action:
|
action:
|
||||||
- service: cover.close_cover
|
- service: cover.close_cover
|
||||||
entity_id: cover.garage_door
|
entity_id: cover.garage_door
|
||||||
- service: notify.notify
|
- service: notify.ios_jeffreystonesiphone
|
||||||
data:
|
data:
|
||||||
title: "Jarvis"
|
message: "9pm, Closing Garage Door"
|
||||||
message: "Closing Garage Door"
|
|
||||||
|
|
|
@ -8,8 +8,7 @@ condition:
|
||||||
entity_id: cover.garage_door
|
entity_id: cover.garage_door
|
||||||
state: "open"
|
state: "open"
|
||||||
action:
|
action:
|
||||||
- service: notify.notify
|
- service: notify.ios_jeffreystonesiphone
|
||||||
data:
|
data:
|
||||||
title: "Jarvis"
|
|
||||||
message: "No one home, Closing Garage"
|
message: "No one home, Closing Garage"
|
||||||
- service: cover.close_cover
|
- service: cover.close_cover
|
||||||
|
|
|
@ -10,7 +10,6 @@ condition:
|
||||||
entity_id: group.family
|
entity_id: group.family
|
||||||
state: "home"
|
state: "home"
|
||||||
action:
|
action:
|
||||||
- service: notify.notify
|
- service: notify.ios_jeffreystonesiphone
|
||||||
data:
|
data:
|
||||||
title: "Jarvis"
|
message: "Cloudy, turning on LR Lamp"
|
||||||
message: "Turning on LR Lights"
|
|
||||||
|
|
|
@ -6,7 +6,6 @@ trigger:
|
||||||
action:
|
action:
|
||||||
- service: scene.turn_on
|
- service: scene.turn_on
|
||||||
entity_id: scene.livingroom_normal
|
entity_id: scene.livingroom_normal
|
||||||
- service: notify.notify
|
- service: notify.ios_jeffreystonesiphone
|
||||||
data:
|
data:
|
||||||
title: "Jarvis"
|
|
||||||
message: "Good Morning, Anchorage House is up and online."
|
message: "Good Morning, Anchorage House is up and online."
|
||||||
|
|
|
@ -7,7 +7,6 @@ trigger:
|
||||||
action:
|
action:
|
||||||
- service: scene.turn_on
|
- service: scene.turn_on
|
||||||
entity_id: scene.livingroom_night
|
entity_id: scene.livingroom_night
|
||||||
- service: notify.notify
|
- service: notify.ios_jeffreystonesiphone
|
||||||
data:
|
data:
|
||||||
title: "Jarvis"
|
message: "House shutting down for the night, Good Night"
|
||||||
message: "Shutting down for the night, Good Night"
|
|
||||||
|
|
|
@ -5,7 +5,6 @@ trigger:
|
||||||
zone: zone.home
|
zone: zone.home
|
||||||
entity_id: device_tracker.katherinesiphone
|
entity_id: device_tracker.katherinesiphone
|
||||||
action:
|
action:
|
||||||
- service: notify.notify
|
- service: notify.ios_jeffreystonesiphone
|
||||||
data:
|
data:
|
||||||
title: "Jarvis"
|
|
||||||
message: "Kat is arriving home"
|
message: "Kat is arriving home"
|
||||||
|
|
|
@ -5,7 +5,6 @@ trigger:
|
||||||
zone: zone.home
|
zone: zone.home
|
||||||
entity_id: device_tracker.katherinesiphone
|
entity_id: device_tracker.katherinesiphone
|
||||||
action:
|
action:
|
||||||
- service: notify.notify
|
- service: notify.ios_jeffreystonesiphone
|
||||||
data:
|
data:
|
||||||
title: "Jarvis"
|
|
||||||
message: "Kat has left home"
|
message: "Kat has left home"
|
||||||
|
|
|
@ -10,5 +10,3 @@ action:
|
||||||
service: notify.ios_jeffreystonesiphone
|
service: notify.ios_jeffreystonesiphone
|
||||||
data:
|
data:
|
||||||
message: "Test Alert"
|
message: "Test Alert"
|
||||||
data:
|
|
||||||
subtitle: "Just a test"
|
|
||||||
|
|
Loading…
Reference in New Issue