Tweaking notifications
This commit is contained in:
parent
10533ebe93
commit
492acfcb54
|
@ -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
|
||||
|
|
|
@ -8,4 +8,4 @@ sequence:
|
|||
entity_id: switch.tower_lamp
|
||||
- service: notify.notify
|
||||
data:
|
||||
message: "Inside lights are off"
|
||||
title: "HA: Inside lights are off"
|
||||
|
|
|
@ -11,4 +11,4 @@ sequence:
|
|||
entity_id: scene.livingroom_normal
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: "Inside lights are on"
|
||||
title: "HA: Inside lights are on"
|
||||
|
|
|
@ -17,4 +17,4 @@ sequence:
|
|||
entity_id: switch.front_porch_right
|
||||
- service: notify.notify
|
||||
data:
|
||||
message: "Outside lights are off"
|
||||
title: "HA: Outside lights are off"
|
||||
|
|
|
@ -17,4 +17,4 @@ sequence:
|
|||
entity_id: switch.front_porch_right
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: "Outside lights are on"
|
||||
title: "HA: Outside lights are on"
|
||||
|
|
|
@ -1,10 +1 @@
|
|||
- platform: mqtt
|
||||
name: "Garage Door"
|
||||
state_topic: 'smartthings/Garage Door/contact'
|
||||
command_topic: 'smartthings/Garage Door/door'
|
||||
state_open: 'open'
|
||||
state_closed: 'closed'
|
||||
service_open: 'open'
|
||||
service_close: 'close'
|
||||
retain: true
|
||||
optimistic: true
|
||||
|
||||
|
|
Loading…
Reference in New Issue