Minor fix to wife's presence sensor
This commit is contained in:
@ -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'] %}
|
||||||
|
Reference in New Issue
Block a user