Cleaning up pn notifications
This commit is contained in:
parent
325cdcd89c
commit
24d867566f
|
@ -13,4 +13,5 @@ action:
|
|||
entity_id: cover.garage_door
|
||||
- service: notify.notify
|
||||
data:
|
||||
message: "HA: Closing Garage Door"
|
||||
title: "Jarvis"
|
||||
message: "Closing Garage Door"
|
||||
|
|
|
@ -10,5 +10,6 @@ condition:
|
|||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: "No one home, Garage Open"
|
||||
title: "Jarvis"
|
||||
message: "No one home, Closing Garage"
|
||||
- service: cover.close_cover
|
||||
|
|
|
@ -12,4 +12,5 @@ condition:
|
|||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: "HA: Turning on Lights - Cloudy"
|
||||
title: "Jarvis"
|
||||
message: "Turning on LR Lights"
|
||||
|
|
|
@ -8,4 +8,5 @@ action:
|
|||
entity_id: scene.livingroom_normal
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: "Good Morning, Anchorage House is up and online."
|
||||
title: "Jarvis"
|
||||
message: "Good Morning, Anchorage House is up and online."
|
||||
|
|
|
@ -9,4 +9,5 @@ action:
|
|||
entity_id: scene.livingroom_night
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: "HA: Shutting down for the night, Good Night"
|
||||
title: "Jarvis"
|
||||
message: "Shutting down for the night, Good Night"
|
||||
|
|
|
@ -7,5 +7,6 @@ trigger:
|
|||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
message: "Jeff arrived home"
|
||||
title: "Jarvis"
|
||||
message: "Jeff has arrived home"
|
||||
- service: script.jeff_is_stationary
|
||||
|
|
|
@ -7,5 +7,6 @@ trigger:
|
|||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
message: "Jeff left home"
|
||||
title: "Jarvis"
|
||||
message: "Jeff has left home"
|
||||
- service: script.jeff_is_moving
|
||||
|
|
|
@ -7,5 +7,6 @@ trigger:
|
|||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
message: "Jeff arrived at Summit"
|
||||
title: "Jarvis"
|
||||
message: "Jeff has arrived at Summit"
|
||||
- service: script.jeff_is_stationary
|
||||
|
|
|
@ -7,5 +7,6 @@ trigger:
|
|||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
message: "Jeff left summit"
|
||||
title: "Jarvis"
|
||||
message: "Jeff has left summit"
|
||||
- service: script.jeff_is_moving
|
||||
|
|
|
@ -7,5 +7,6 @@ trigger:
|
|||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
message: "Kat arrived home"
|
||||
title: "Jarvis"
|
||||
message: "Kat has arrived home"
|
||||
- service: script.kat_is_stationary
|
||||
|
|
|
@ -7,5 +7,6 @@ trigger:
|
|||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
message: "Kat left home"
|
||||
title: "Jarvis"
|
||||
message: "Kat has left home"
|
||||
- service: script.kat_unknown
|
||||
|
|
Loading…
Reference in New Issue