Homeway can connect Amazon Alexa or Google Assistant to your Home Assistant server to provide voice control of your home.
In 98% of cases, the Homeway add-on can instantly and automatically set up Amazon Alexa or Google Assistant. But in a few rare cases, the add-on can't access the Home Assistant configuration file, so it needs to be done manually.
But don't worry; the manual assistant setup process is easy and fast! Here's how:
Get Access To Your Home Assistant Config File
Option 1 - Install the VS Code Server Add-on
Open Home Assistant and go to the settings menu.
Select Add-ons
Select "Add-on Store"
Find the add-on called "Studio Code Server"
Install the addon, and start it.
Select "Open in Web UI"
Select "configuration.yaml" in the Explorer list.
Option 2 - Use SSH To Edit The Config
SSH into the device running Home Assistant.
Look for the Home Assistant config file; it could be in a few places.
/home/homeassistant/.homeassistant/configuration.yaml
~/.homeassistant/configuration.yaml
Use a command line text editor like nano or vi to edit the file.
Add the following lines to the bottom of the Home Assistant config file:
# Added By Homeway to enable Alexa support.
alexa:
smart_home:
# Added By Homeway to enable Google Assistant support.
google_assistant:
project_id: homewayio
service_account:
private_key: "nokey"
client_email: "support@homeway.io"
Restart Home Assistant to reload the config, and you're done! You can now use the Alexa or Google Home app to link Homeway.
If you need any help, contact our support team.