Adjusted to use higher volume on Google speakers
This commit is contained in:
@ -771,9 +771,9 @@ script:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
volume_level: >-
|
volume_level: >-
|
||||||
{% if states.input_boolean.audible_notifications.state == 'on' %}
|
{% if states.input_boolean.audible_notifications.state == 'on' %}
|
||||||
.7
|
1.0
|
||||||
{% else %}
|
{% else %}
|
||||||
.3
|
0.3
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- service: tts.amazon_polly_say
|
- service: tts.amazon_polly_say
|
||||||
data_template:
|
data_template:
|
||||||
|
Reference in New Issue
Block a user