Fixing typos and minor tweaks
This commit is contained in:
parent
5defb5cff4
commit
accf895876
|
@ -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."
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
alias: "Kat Arrives Home"
|
||||
alias: "Kat Arrives Work"
|
||||
trigger:
|
||||
platform: zone
|
||||
event: enter
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
alias: "Kat Leaves Home"
|
||||
alias: "Kat Leaves Work"
|
||||
trigger:
|
||||
platform: zone
|
||||
event: leave
|
||||
|
|
|
@ -64,4 +64,4 @@
|
|||
{{ states.device_tracker.katheriesiphone_2.attributes.battery | round(1) }}
|
||||
{% else %}
|
||||
{{ states.sensor.kat_iphone_batt.state }}
|
||||
{%- endif %}
|
||||
{%- endif %}
|
||||
|
|
|
@ -52,6 +52,7 @@ Jeff Trackers:
|
|||
Katherine:
|
||||
- device_tracker.katheriesiphone_2
|
||||
- sensor.kat_iphone_batt
|
||||
- sensor.kat_ett_home
|
||||
|
||||
Thermostat:
|
||||
- climate.first_floor
|
||||
|
|
|
@ -10,4 +10,3 @@
|
|||
qos: 0
|
||||
unit_of_measurement: "mph"
|
||||
value_template: '{{ value_json.vel }} '
|
||||
|
||||
|
|
|
@ -9,4 +9,3 @@
|
|||
- ping
|
||||
- download
|
||||
- upload
|
||||
|
||||
|
|
|
@ -32,4 +32,4 @@
|
|||
hours: 0
|
||||
minutes: 5
|
||||
seconds: 0
|
||||
milliseconds: 0
|
||||
milliseconds: 0
|
||||
|
|
Loading…
Reference in New Issue