Minor fix to wife's presence sensor

This commit is contained in:
2022-09-28 13:40:28 -04:00
parent 109c7d9730
commit d6c09265ad

View File

@ -82,7 +82,7 @@ sensor:
Grocery Store Grocery Store
{% elif person in ['Rite Aid'] %} {% elif person in ['Rite Aid'] %}
Pharmacy Pharmacy
{% elif person in ['Bob Evans'] and is_state('input_boolean.work_today','on') %} {% elif person in ['Bob Evans','BobEvans'] and is_state('input_boolean.work_today','on') %}
Work Work
{% else %} {% else %}
{% if person in ['not_home','Stationary'] %} {% if person in ['not_home','Stationary'] %}