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

@ -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