mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-03-12 00:30:14 +00:00
#421 - Not ready for prime time yet. I'll have to see how this turns out.
This commit is contained in:
parent
c91cb18826
commit
17037b453a
config
custom_components/media_player
packages
script
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user