Tweak E's med notification routing #130

This commit is contained in:
2023-09-17 14:29:05 -04:00
parent 20ab5bc7f9
commit 128510b0e4

View File

@ -560,7 +560,7 @@ script:
- service: script.text_notify
data:
who: >
{% if states('person.christina_stork') in ['Bob Evans','BobEvans'] %}
{% if is_state('input_boolean.work_today','on') and states('person.christina_stork') in ['Bob Evans','BobEvans'] %}
tony
{% else %}
parents
@ -689,7 +689,7 @@ script:
- service: script.text_notify
data:
who: >
{% if states('person.christina_stork') in ['Bob Evans','BobEvans'] %}
{% if is_state('input_boolean.work_today','on') and states('person.christina_stork') in ['Bob Evans','BobEvans'] %}
tony
{% else %}
parents
@ -817,7 +817,7 @@ script:
- service: script.text_notify
data:
who: >
{% if states('person.christina_stork') in ['Bob Evans','BobEvans'] %}
{% if is_state('input_boolean.work_today','on') and states('person.christina_stork') in ['Bob Evans','BobEvans'] %}
tony
{% else %}
parents