Clarify template for Alexa Everywhere TTS notifications

This commit is contained in:
2023-10-13 13:55:44 -04:00
parent a5f7aa8419
commit 1d3b589203

View File

@ -1095,10 +1095,12 @@ script:
common common
{% endif %} {% endif %}
{% elif who in ['alexa_everywhere','Alexa Everywhere'] %} {% elif who in ['alexa_everywhere','Alexa Everywhere'] %}
{% if is_state('input_boolean.master_bedroom_sleeping','on') and is_state('input_boolean.studio_quiet','on') %} {% if is_state('input_boolean.master_bedroom_sleeping','on') %}
living_room {% if is_state('input_boolean.studio_quiet','on') %}
{% elif is_state('input_boolean.master_bedroom_sleeping','on') %} living_room
common {% elif is_state('binary_sensor.people_sleeping','on') %}
common
{% endif %}
{% elif is_state('input_boolean.studio_quiet','on') %} {% elif is_state('input_boolean.studio_quiet','on') %}
alexa_no_basement alexa_no_basement
{% else %} {% else %}