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