mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 12:46:45 +00:00
Tweaking notifications
This commit is contained in:
@@ -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"
|
||||
|
@@ -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."
|
||||
|
@@ -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"
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user