A virtual personal assistant developed by Google.
Google Assistant is an AI-powered voice assistant that runs on the Raspberry Pi and x86 platforms and interact via the DialogFlow integration with Home-Assistant. You can also use Google Actions to extend its functionality.
You can simply say "Ok Google" following by your command, and Google Assistant will answer your request.
If you want to integrate your Google Home or mobile phone running Google Assistant, with Home Assistant, then you want the Google Assistant integration.
Follow these steps to get the add-on installed on your system:
- Navigate in your Home Assistant frontend to Supervisor -> Add-on Store.
- Find the "Google Assistant SDK" add-on and click it.
- Click on the "INSTALL" button.
Click here for the full documentation
Add-on configuration:
client_secrets: google_assistant.json
project_id: project_id_from_google
model_id: model_id_from_google
The name of the client secrets file to you've downloaded from Google and placed in your /share
folder.
Project ID of the project you've created at Google for this add-on.
The project id can be found in your google_assistant.json
file, or under project settings in the Google Actions Console.
The ID of the model you've registered at Google for this add-on.
The model id can also be found under the "Develop - Device registration" tab in the Google Actions Console.
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 a bug, please open an issue on our GitHub.