⚠️ For testing purposes only.This is a STT (Speech-to-Text) Beta integration for Home Assistant, intended for use with HACS for testing purposes only. It is not production-ready.
- Open HACS in your Home Assistant instance.
- Go to Integrations.
- Click the three-dot menu in the top-right corner and choose Custom repositories.
- Add
https://github.com/NabuCasa/stt-beta-integrationas a repository with category Integration. - Find STT Beta Integration in the list and install it.
- Restart Home Assistant.
After installation, add the integration through Settings → Devices & Services → Add Integration and search for STT Beta.
The config flow requires:
STT Service URL: A WebSocket endpoint for the proxy, such aswss://example.com/stt.STT Service Key: The bearer token used to authenticate to the STT proxy.
The integration validates the WebSocket connection during setup, and you can update the URL or key later from the integration's Reconfigure action.
This integration implements the Home Assistant Speech-to-Text entity API by streaming audio to a remote STT proxy server over a persistent WebSocket connection.