ok..fixing Polly Speech routines..

This commit is contained in:
ccostan
2022-06-23 13:00:15 -04:00
parent 02f2d30228
commit dd93c57914
4 changed files with 7 additions and 30 deletions

View File

@@ -29,20 +29,7 @@ speech_engine:
- service: script.speech_processing
data:
media_player: >-
{% if media_player | length == 0 %}
{% set media_player = [
'media_player.livingroomcc',
'media_player.bedroom'
] %}
{% endif %}
{% if media_player is not string and media_player is sequence %}
{% set media_player = media_player|join(', ') %}
{% endif %}
{{ media_player }}
media_player: media_player.livingroomcc
speech_message: !include ../templates/speech/briefing.yaml
- service: input_boolean.turn_off