Had to back off the TTS part. Due to Alexa throttling, better to use Google ChromeCast. #421

This commit is contained in:
ccostan
2020-05-26 14:22:59 -04:00
parent 591e662086
commit 44a0fcbd5d
3 changed files with 15 additions and 13 deletions

View File

@@ -59,18 +59,18 @@ speech_processing:
0.3
{% endif %}
- service: notify.alexa_media
data_template:
data:
type: tts
target: >
{% if states.group.bed.state == 'off' %}
media_player.office
{% else %}
media_player.master_bathroom
{% endif %}
message: >-
{{ speech_message }}
# - service: notify.alexa_media
# data_template:
# data:
# type: tts
# target: >
# {% if states.group.bed.state == 'off' %}
# media_player.office
# {% else %}
# media_player.master_bathroom
# {% endif %}
# message: >-
# {{ speech_message }}
- service: tts.amazon_polly_say
data_template: