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: action:
- service: notify.notify - service: notify.notify
data: data:
title: "It's Cloudy" title: "HA: Turning on Lights - Cloudy"
message: "It's Cloudy, you might need more light"

View File

@ -8,4 +8,4 @@ action:
entity_id: scene.livingroom_normal entity_id: scene.livingroom_normal
- service: notify.notify - service: notify.notify
data: 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 entity_id: scene.livingroom_night
- service: notify.notify - service: notify.notify
data: 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: action:
- service: notify.notify - service: notify.notify
data: data:
title: 'Sun is Up!' title: 'HA: Turning Off Outside Ligts'
message: "Turning off Outside Lights." message: "Sun is up."
- service: script.outside_all_off - service: script.outside_all_off

View File

@ -8,4 +8,4 @@ sequence:
entity_id: switch.tower_lamp entity_id: switch.tower_lamp
- service: notify.notify - service: notify.notify
data: data:
message: "Inside lights are off" title: "HA: Inside lights are off"

View File

@ -11,4 +11,4 @@ sequence:
entity_id: scene.livingroom_normal entity_id: scene.livingroom_normal
- service: notify.notify - service: notify.notify
data: data:
title: "Inside lights are on" title: "HA: Inside lights are on"

View File

@ -17,4 +17,4 @@ sequence:
entity_id: switch.front_porch_right entity_id: switch.front_porch_right
- service: notify.notify - service: notify.notify
data: data:
message: "Outside lights are off" title: "HA: Outside lights are off"

View File

@ -17,4 +17,4 @@ sequence:
entity_id: switch.front_porch_right entity_id: switch.front_porch_right
- service: notify.notify - service: notify.notify
data: data:
title: "Outside lights are on" title: "HA: Outside lights are on"

View File

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