Changes for wife's new job

This commit is contained in:
2022-08-08 04:17:16 -04:00
parent 9bb8ccbd64
commit 74a2b9a330
3 changed files with 5 additions and 5 deletions

View File

@ -154,7 +154,7 @@ automation:
initial_state: true
trigger:
- platform: time
at: '06:00:00'
at: '05:00:00'
condition:
- condition: template
value_template: >
@ -191,7 +191,7 @@ automation:
initial_state: true
trigger:
- platform: time
at: '05:45:00'
at: '05:05:00'
condition:
- condition: template
value_template: >

View File

@ -62,7 +62,7 @@ sensor:
{% set person = states.person.christina_stork.state %}
{%- if person in ['WalMart','Kroger','Chief','Meijer','Dollar General - Clinton St'] %}
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
{% else %}
{% if person in ['not_home','Stationary'] %}
@ -85,7 +85,7 @@ sensor:
home
{%- elif is_state('person.tony_stork', 'Hospital') and is_state('input_boolean.kallen_school', 'off')%}
{{ 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') }}
{% else %}
Unknown

View File

@ -106,7 +106,7 @@ automation:
alias: House Scheduling
trigger:
- platform: time
at: '05:50:00'
at: '05:30:00'
id: house-morning
- platform: time
at: '16:05:00'