Home Assistant featured voice assist.
Follow these steps to get the add-on installed on your system:
- Navigate in your Home Assistant frontend to Hass.io -> Add-on Store.
- Find the "Hey Ada!" add-on and click it.
- Click on the "INSTALL" button.
The basic thing to get the add-on running would be:
- Select input and output audio device to use in the "Audio" configuration section of the add-on configuration.
- Start the add-on.
Example add-on configuration:
{
"stt": "cloud",
"tts": "cloud"
}
The Home Assistant STT (Speech-to-Text) integration to use when converting detected audio to text for Almond to process.
Please note, this STT integration has to be configured and active in Home Assistant before using it with this add-on!
The Home Assistant TTS (Text-to-Speech) integration to use when converting the response from Almond back to audio.
Please note, this TTS integration has to be configured and active in Home Assistant before using it with this add-on!
Got questions?
You have several options to get them answered:
- The Home Assistant Discord Chat Server.
- The Home Assistant Community Forum.
- Join the Reddit subreddit in /r/homeassistant
In case you've found an bug, please open an issue on our GitHub.