3. Additional Requirements
Additional Requirements
You might run into issues when first using Chime TTS actions. There are some additional requirements that you may need to implement, depending on your setup.
TTS Platforms
You must have add at least one TTS platform configured in order for Chime TTS to generate TTS audio,
Alexa Devices
Alexa Media Player media_player entities require MP3 files be publicly accessible from outside your local network. If you do not hear playback from Chime TTS on these media players, you may need to ensure that:
-
Your Home Assistant's
configuration.yaml
file includes yourexternal_url
. For example:configuration.yaml
:homeassistant:
external_url: "https://YOUR_NABU_CASA_ADDRESS.ui.nabu.casa/"
internal_url: "http://192.168.X.X:8123/" -
You have enabled the public facing
/www
directory. -
Your
chime_tts.say_url
folder exists inside of your/www
directory.