this post was submitted on 24 Nov 2023
19 points (100.0% liked)
homeassistant
12020 readers
88 users here now
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You need to install the Assist Pipeline.
It is fairly straight forward if you can use the add-on manager, but is a little different in docker and there is very little official documentation. If you are using docker just let me know and I'll share my setup.
For those asking, here are my Docker Compose files for Piper (text-to-speech), Whisper (speech-to-text), and OpenWakeWord (allows the use of a wake word with things like the Atom Echo)
Piper
Note: The voice can be changed depending on your preference. Listen to the possible options here.
Whisper
Note: The model can be changed depending on the power of your system. See possible options here.
OpenWakeWord
Note: Even though the model for the wake command is set in the Compose file, this can easily be changed in your HA Assist settings.
After they are up and running, you can just manually add the Integrations to HA which will create the Wyoming Protocol Integration. Then go back to your Assist settings and they should be available in the relevant dropdowns.
I hope this helps