@Mariusthvdb wrote:
Just accidentally notice a ‘?’ in the text stops tts from playing on:
only pronounces Are you happy…
this is the script I use for the message:
script: intercom_text_message: alias: 'Intercom text message' sequence: - condition: template value_template: > {{ is_state('input_boolean.announce_intercom', 'on') }} - service: media_player.volume_set data_template: entity_id: > {{states('sensor.intercom')}} volume_level: > {{ states('input_number.intercom_volume')|float }} # # {{ states('sensor.intercom_volume')|float }} - service: tts.google_say data_template: language: > {{states('input_select.intercom_language')|lower}} entity_id: > {{states('sensor.intercom')}} message: > {{states('input_text.message')}}
seems a bug?
my message logging system shows the complete input_text.message, so I know that isn’t truncated in any way.so far, only the ? stops the speech, tried a few others (/,>,!,*) and they all are either pronounced, or ignored)
Posts: 7
Participants: 5