TTS Nabu Casa cloud_say how to define base_url

I would like to switch from google_translate to cloud_say.

As I understand, it is not necessary to configure the platform.
The service cloud_say is available, if cloud integration is active.

However, all the TTS-services seem to need a base_url.

I usually do this when setting up the TTS platform, but this is not necessary and not possible because the platform name is not known.

How do I configure this?

Got it.

tts:
  - platform: cloud
    service_name: cloud_say
    base_url: http://192.168.1.1:8123
    cache_dir: /tmp/tts # remove from backup

You can’t configure language or voice here though

1 Like