Clarify template for Alexa Everywhere TTS notifications
This commit is contained in:
@ -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 %}
|
||||||
|
Reference in New Issue
Block a user