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 entity_id: scene.livingroom_normal
- service: notify.notify - service: notify.notify
data: data:
title: 'Good Morning'
message: "Good Morning, Anchorage House is up and online." message: "Good Morning, Anchorage House is up and online."

View File

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

View File

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

View File

@ -7,7 +7,6 @@ trigger:
action: action:
- service: notify.notify - service: notify.notify
data: data:
title: 'Jeff Left Home'
message: "Jeff left home" message: "Jeff left home"
- service: input_select.select_option - service: input_select.select_option
data: data:

View File

@ -7,7 +7,6 @@ trigger:
action: action:
- service: notify.notify - service: notify.notify
data: data:
title: 'Jeff is at Manheim'
message: "Jeff arrived at Manheim" message: "Jeff arrived at Manheim"
- service: input_select.select_option - service: input_select.select_option
data: data:

View File

@ -7,7 +7,6 @@ trigger:
action: action:
- service: notify.notify - service: notify.notify
data: data:
title: 'Jeff Left Manheim'
message: "Jeff left Manheim" message: "Jeff left Manheim"
- service: input_select.select_option - service: input_select.select_option
data: data:

View File

@ -7,7 +7,6 @@ trigger:
action: action:
- service: notify.notify - service: notify.notify
data: data:
title: 'Jeff is at CAI-Summit'
message: "Jeff arrived at CAI-Summit" message: "Jeff arrived at CAI-Summit"
- service: input_select.select_option - service: input_select.select_option
data: data:

View File

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

View File

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

View File

@ -52,6 +52,7 @@ Jeff Trackers:
Katherine: Katherine:
- device_tracker.katheriesiphone_2 - device_tracker.katheriesiphone_2
- sensor.kat_iphone_batt - sensor.kat_iphone_batt
- sensor.kat_ett_home
Thermostat: Thermostat:
- climate.first_floor - climate.first_floor

View File

@ -10,4 +10,3 @@
qos: 0 qos: 0
unit_of_measurement: "mph" unit_of_measurement: "mph"
value_template: '{{ value_json.vel }} ' value_template: '{{ value_json.vel }} '

View File

@ -9,4 +9,3 @@
- ping - ping
- download - download
- upload - upload