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

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

View File

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

View File

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

View File

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