mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-16 10:34:40 +00:00
#421 - Not ready for prime time yet. I'll have to see how this turns out.
This commit is contained in:
@@ -58,16 +58,16 @@ speech_processing:
|
||||
0.3
|
||||
{% endif %}
|
||||
|
||||
- service: media_player.alexa_tts
|
||||
data_template:
|
||||
entity_id: >
|
||||
{% if states.group.bed.state == 'off' %}
|
||||
media_player.office
|
||||
{% else %}
|
||||
media_player.office
|
||||
{% endif %}
|
||||
message: >-
|
||||
{{ speech_message }}
|
||||
# - service: media_player.alexa_tts
|
||||
# data_template:
|
||||
# entity_id: >
|
||||
# {% if states.group.bed.state == 'off' %}
|
||||
# media_player.office
|
||||
# {% else %}
|
||||
# media_player.office
|
||||
# {% endif %}
|
||||
# message: >-
|
||||
# {{ speech_message }}
|
||||
|
||||
- service: tts.amazon_polly_say
|
||||
data_template:
|
||||
|
Reference in New Issue
Block a user