Tweak E's med notification routing #130
This commit is contained in:
@ -560,7 +560,7 @@ script:
|
|||||||
- service: script.text_notify
|
- service: script.text_notify
|
||||||
data:
|
data:
|
||||||
who: >
|
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
|
tony
|
||||||
{% else %}
|
{% else %}
|
||||||
parents
|
parents
|
||||||
@ -689,7 +689,7 @@ script:
|
|||||||
- service: script.text_notify
|
- service: script.text_notify
|
||||||
data:
|
data:
|
||||||
who: >
|
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
|
tony
|
||||||
{% else %}
|
{% else %}
|
||||||
parents
|
parents
|
||||||
@ -817,7 +817,7 @@ script:
|
|||||||
- service: script.text_notify
|
- service: script.text_notify
|
||||||
data:
|
data:
|
||||||
who: >
|
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
|
tony
|
||||||
{% else %}
|
{% else %}
|
||||||
parents
|
parents
|
||||||
|
Reference in New Issue
Block a user