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
- service: notify.notify
data:
message: "HA: Closing Garage Door"
title: "Jarvis"
message: "Closing Garage Door"

View File

@ -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

View File

@ -12,4 +12,5 @@ condition:
action:
- service: notify.notify
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
- service: notify.notify
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
- service: notify.notify
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:
- service: notify.notify
data:
message: "Jeff arrived home"
title: "Jarvis"
message: "Jeff has arrived home"
- service: script.jeff_is_stationary

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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