Changes for wife's new job
This commit is contained in:
@ -154,7 +154,7 @@ automation:
|
|||||||
initial_state: true
|
initial_state: true
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time
|
||||||
at: '06:00:00'
|
at: '05:00:00'
|
||||||
condition:
|
condition:
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: >
|
value_template: >
|
||||||
@ -191,7 +191,7 @@ automation:
|
|||||||
initial_state: true
|
initial_state: true
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time
|
||||||
at: '05:45:00'
|
at: '05:05:00'
|
||||||
condition:
|
condition:
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: >
|
value_template: >
|
||||||
|
@ -62,7 +62,7 @@ sensor:
|
|||||||
{% set person = states.person.christina_stork.state %}
|
{% set person = states.person.christina_stork.state %}
|
||||||
{%- if person in ['WalMart','Kroger','Chief','Meijer','Dollar General - Clinton St'] %}
|
{%- if person in ['WalMart','Kroger','Chief','Meijer','Dollar General - Clinton St'] %}
|
||||||
Grocery Store
|
Grocery Store
|
||||||
{% elif person in ['Chipotle'] and is_state('input_boolean.work_today','on') %}
|
{% elif person in ['Bob Evans'] and is_state('input_boolean.work_today','on') %}
|
||||||
Work
|
Work
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if person in ['not_home','Stationary'] %}
|
{% if person in ['not_home','Stationary'] %}
|
||||||
@ -85,7 +85,7 @@ sensor:
|
|||||||
home
|
home
|
||||||
{%- elif is_state('person.tony_stork', 'Hospital') and is_state('input_boolean.kallen_school', 'off')%}
|
{%- elif is_state('person.tony_stork', 'Hospital') and is_state('input_boolean.kallen_school', 'off')%}
|
||||||
{{ states('sensor.tina_location') }}
|
{{ states('sensor.tina_location') }}
|
||||||
{%- elif is_state('person.christina_stork', 'Chipotle') and is_state('input_boolean.kallen_school', 'off')%}
|
{%- elif is_state('person.christina_stork', 'Bob Evans') and is_state('input_boolean.kallen_school', 'off')%}
|
||||||
{{ states('sensor.tony_location') }}
|
{{ states('sensor.tony_location') }}
|
||||||
{% else %}
|
{% else %}
|
||||||
Unknown
|
Unknown
|
||||||
|
@ -106,7 +106,7 @@ automation:
|
|||||||
alias: House Scheduling
|
alias: House Scheduling
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time
|
||||||
at: '05:50:00'
|
at: '05:30:00'
|
||||||
id: house-morning
|
id: house-morning
|
||||||
- platform: time
|
- platform: time
|
||||||
at: '16:05:00'
|
at: '16:05:00'
|
||||||
|
Reference in New Issue
Block a user