Make parent notifications work like nerds notifications #69

This commit is contained in:
2023-01-31 18:32:48 -05:00
parent 559fd5a512
commit e99e09405c

View File

@ -266,8 +266,10 @@ script:
state: 'on' state: 'on'
then: then:
- service: > - service: >
{% if is_state('input_boolean.text_notify_tina','off') %} {% if is_state('input_boolean.text_notify_tina','off') and is_state('input_boolean.text_notify_tony','on') %}
notify.ios_tony notify.ios_tony
{% elif is_state('input_boolean.text_notify_tina','on') and is_state('input_boolean.text_notify_tony','off') %}
notify.ios_tina
{% else %} {% else %}
notify.ios_parents notify.ios_parents
{% endif %} {% endif %}