Fixing typos and minor tweaks

This commit is contained in:
Jeffrey Stone
2017-01-29 16:08:37 -05:00
parent 5defb5cff4
commit accf895876
14 changed files with 11 additions and 19 deletions

View File

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

View File

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

View File

@@ -7,9 +7,8 @@ trigger:
action:
- service: notify.notify
data:
title: 'Jeff is Home'
message: "Jeff is home!"
message: "Jeff arrived home"
- service: input_select.select_option
data:
entity_id: input_select.jeff_status
option: stationary
option: stationary

View File

@@ -7,9 +7,8 @@ trigger:
action:
- service: notify.notify
data:
title: 'Jeff Left Home'
message: "Jeff left home"
- service: input_select.select_option
data:
entity_id: input_select.jeff_status
option: moving
option: moving

View File

@@ -7,9 +7,8 @@ trigger:
action:
- service: notify.notify
data:
title: 'Jeff is at Manheim'
message: "Jeff arrived at Manheim"
- service: input_select.select_option
data:
entity_id: input_select.jeff_status
option: stationary
option: stationary

View File

@@ -7,9 +7,8 @@ trigger:
action:
- service: notify.notify
data:
title: 'Jeff Left Manheim'
message: "Jeff left Manheim"
- service: input_select.select_option
data:
entity_id: input_select.jeff_status
option: moving
option: moving

View File

@@ -7,9 +7,8 @@ trigger:
action:
- service: notify.notify
data:
title: 'Jeff is at CAI-Summit'
message: "Jeff arrived at CAI-Summit"
- service: input_select.select_option
data:
entity_id: input_select.jeff_status
option: stationary
option: stationary

View File

@@ -1,4 +1,4 @@
alias: "Kat Arrives Home"
alias: "Kat Arrives Work"
trigger:
platform: zone
event: enter

View File

@@ -1,4 +1,4 @@
alias: "Kat Leaves Home"
alias: "Kat Leaves Work"
trigger:
platform: zone
event: leave