Having trouble getting TTS working on my windows computer

Google mini-TTS is working as well as my alexa. In the developer tools when i call service google say. It’s show playing in mediaplayer.browserXYZ. But no sound.
Thanks for any help!

Were you able to resolve this?

Not able to resolve it.

I was able to resolve it by doing the following

  1. Moved away from base_url to internal/external_url. Shown below
homeassistant:
  internal_url: "https://homeassistant.local:8123"
  external_url: "https://***.duckdns.org:8123" 
  1. Added media_source to config.yaml

  2. Final and most important step: Update Fully Kiosk via HACS or manually depending on how you did the install. There was a breaking change that was fixed. You may be able to find that the GitHub project for Fully Kiosk was updated to 1.0.2 less than 3 weeks ago.

Hope this helps!

1 Like