#TTS does not work anymore. Who can help? :)

1 messages · Page 1 of 1 (latest)

bright wagon
#

I cannot play any announcement on my Sonos speakers anymore. This changed after one of the last HA updates. What am I doing wrong?

service: media_player.play_media
data:
  media_content_id: media-source://tts/google_translate?message="I am very loud"
  media_content_type: music
  announce: true
  extra:
    volume: 80
target:
  entity_id: media_player.great_room
#

I get no error message

arctic crystal
#

What if you just call the normal TTS services?

#

Also, Sonos Cloud custom integration FTW

bright wagon
#

How do I call the normal service? Like so?

´´´

#

service: tts.speak
target:
entity_id: media_player.sonos_schlafzimmer
data:
media_player_entity_id: media_player.sonos_schlafzimmer
message: "May the force be with you."

#

When I call this service, I get a green tick, but no sound plays:

service: tts.google_translate_say
data:
  entity_id: media_player.sonos_schlafzimmer
  message: "May the force be with you."
#

Can I find log messages anywhere from the service call? 🙂

arctic crystal
#

At info maybe, and certainly at debug

proven marsh
#

@bright wagon Did you ever figure this out? I'm trying to do the exact same thing, but I'm getting this error:

#

Provider google_translate not found