Added logic for wife's work status

This commit is contained in:
2022-05-22 17:52:45 -04:00
parent 01a9f7d8f3
commit 7e7b965bf3
3 changed files with 57 additions and 1 deletions

View File

@ -59,7 +59,7 @@ sensor:
{% set person = states.person.christina_stork.state %}
{%- if person in ['Wal-Mart','Kroger','Chief','Meijer'] %}
Grocery Store
{% elif person in ['Chipotle','Ft Wayne Chipotle'] and is_state('binary_sensor.tina_work','on') %}
{% elif person in ['Chipotle'] and is_state('input_boolean.work_today','on') %}
Work
{% else %}
{% if person in ['not_home','Stationary'] %}