Forgot to change a small part of a script
This commit is contained in:
@@ -350,13 +350,13 @@ script:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
volume_level: >
|
volume_level: >
|
||||||
{% elif who == 'skylar_bedroom' %}
|
{% if who == 'kallen_bedroom_speaker' %}
|
||||||
.50
|
.60
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if states.input_boolean.audible_notifications.state == 'on' %}
|
{% if states.input_boolean.audible_notifications.state == 'on' %}
|
||||||
.75
|
.50
|
||||||
{% else %}
|
{% else %}
|
||||||
.99
|
.50
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- service: tts.amazon_polly_say
|
- service: tts.amazon_polly_say
|
||||||
|
|||||||
Reference in New Issue
Block a user