Allows homeassistant to use the Rhasspy text to speech engine from a rhasspy server instance. See GitHub - s-knibbs/rhasspy-tts: Rhasspy TTS provider for homeassistant.
Installation is somewhat problematic at the moment due to dependency conflicts with the rhasspy-client
library. It can be installed manually in the homeassistant container with:
# pip install --no-deps rhasspy-client==1.1.1
There is an open PR to update the dependencies. Maybe @synesthesiam or one of the other maintainers could take a look at this.