Make parent notifications work like nerds notifications #69
This commit is contained in:
@ -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 %}
|
||||||
|
Reference in New Issue
Block a user