mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-13 15:26:58 +00:00
Had to back off the TTS part. Due to Alexa throttling, better to use Google ChromeCast. #421
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user