diff --git a/packages/emmalynn.yaml b/packages/emmalynn.yaml index 90c4308..0b2b67a 100644 --- a/packages/emmalynn.yaml +++ b/packages/emmalynn.yaml @@ -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