This is a custom component for local TTS engine RHVoice.
- Run rhvoice-rest docker container.
- Add component to Home Assistant.
- Add to configuration.yaml:
tts:
- platform: rhvoice
host: rhvoice
format: 'mp3' # Optional, wav|mp3|opus|flac
pitch: 50 # Optional, 0..100
rate: 50 # Optional, 0..100
voice: 'anna' # Optional
volume: 50 # Optional, 0..100