Tweaking notifications

This commit is contained in:
Jeffrey Stone
2017-02-03 14:16:59 -05:00
parent 10533ebe93
commit 492acfcb54
9 changed files with 11 additions and 21 deletions

View File

@@ -12,5 +12,4 @@ condition:
action:
- service: notify.notify
data:
title: "It's Cloudy"
message: "It's Cloudy, you might need more light"
title: "HA: Turning on Lights - Cloudy"

View File

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

View File

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

View File

@@ -5,6 +5,6 @@ trigger:
action:
- service: notify.notify
data:
title: 'Sun is Up!'
message: "Turning off Outside Lights."
- service: script.outside_all_off
title: 'HA: Turning Off Outside Ligts'
message: "Sun is up."
- service: script.outside_all_off