How to setup Mimic3 in HA?

Hello,

I have Mimic3 running on a host on my network. It is working correctly with the API and browser demo. I’m currently using google_translate_say to broadcast messages on my Google speakers.

How do I configure it to work with HomeAssistant so that Mimic3 plays on Google Speakers?

I’ve added the following to my configuration.yaml file:

tts:
  - platform: marytts
    host: 192.168.1.50
    port: 59125
    codec: "WAVE_FILE"
    language: "en_US"
    voice: "en_UK/apope_low"

I tried calling the service in the developer tools with:

service: tts.speak # also tried tts.marytts
data:
  cache: false
  media_player_entity_id: media_player.cave_room_display
  message: test

I also tried adding a new Assistant in the Voice Assistant section, but nothing shows up, except Google Translate for the tts option.

1 Like

It was due to needing to do a hard reset, can’t just reload configuration file.