Cleaning up pn notifications

This commit is contained in:
Jeffrey Stone 2017-04-09 18:42:48 -04:00
parent 325cdcd89c
commit 24d867566f
11 changed files with 22 additions and 11 deletions

View File

@ -13,4 +13,5 @@ action:
entity_id: cover.garage_door entity_id: cover.garage_door
- service: notify.notify - service: notify.notify
data: data:
message: "HA: Closing Garage Door" title: "Jarvis"
message: "Closing Garage Door"

View File

@ -10,5 +10,6 @@ condition:
action: action:
- service: notify.notify - service: notify.notify
data: data:
title: "No one home, Garage Open" title: "Jarvis"
message: "No one home, Closing Garage"
- service: cover.close_cover - service: cover.close_cover

View File

@ -12,4 +12,5 @@ condition:
action: action:
- service: notify.notify - service: notify.notify
data: data:
title: "HA: Turning on Lights - Cloudy" title: "Jarvis"
message: "Turning on LR Lights"

View File

@ -8,4 +8,5 @@ action:
entity_id: scene.livingroom_normal entity_id: scene.livingroom_normal
- service: notify.notify - service: notify.notify
data: data:
title: "Good Morning, Anchorage House is up and online." title: "Jarvis"
message: "Good Morning, Anchorage House is up and online."

View File

@ -9,4 +9,5 @@ action:
entity_id: scene.livingroom_night entity_id: scene.livingroom_night
- service: notify.notify - service: notify.notify
data: data:
title: "HA: Shutting down for the night, Good Night" title: "Jarvis"
message: "Shutting down for the night, Good Night"

View File

@ -7,5 +7,6 @@ trigger:
action: action:
- service: notify.notify - service: notify.notify
data: data:
message: "Jeff arrived home" title: "Jarvis"
message: "Jeff has arrived home"
- service: script.jeff_is_stationary - service: script.jeff_is_stationary

View File

@ -7,5 +7,6 @@ trigger:
action: action:
- service: notify.notify - service: notify.notify
data: data:
message: "Jeff left home" title: "Jarvis"
message: "Jeff has left home"
- service: script.jeff_is_moving - service: script.jeff_is_moving

View File

@ -7,5 +7,6 @@ trigger:
action: action:
- service: notify.notify - service: notify.notify
data: data:
message: "Jeff arrived at Summit" title: "Jarvis"
message: "Jeff has arrived at Summit"
- service: script.jeff_is_stationary - service: script.jeff_is_stationary

View File

@ -7,5 +7,6 @@ trigger:
action: action:
- service: notify.notify - service: notify.notify
data: data:
message: "Jeff left summit" title: "Jarvis"
message: "Jeff has left summit"
- service: script.jeff_is_moving - service: script.jeff_is_moving

View File

@ -7,5 +7,6 @@ trigger:
action: action:
- service: notify.notify - service: notify.notify
data: data:
message: "Kat arrived home" title: "Jarvis"
message: "Kat has arrived home"
- service: script.kat_is_stationary - service: script.kat_is_stationary

View File

@ -7,5 +7,6 @@ trigger:
action: action:
- service: notify.notify - service: notify.notify
data: data:
message: "Kat left home" title: "Jarvis"
message: "Kat has left home"
- service: script.kat_unknown - service: script.kat_unknown