Skip to content

Commit 436ee29

Browse files
authored
Update google_assistant.markdown
1 parent eaadfc4 commit 436ee29

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

source/_addons/google_assistant.markdown

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ sharing: true
99
footer: true
1010
---
1111

12-
[Google Assistant] is an AI-powered voice assistant that runs on the Raspberry Pi and x86 platforms. It runs on-device and is Private by Design.
12+
[Google Assistant][GoogleAssistant] is an AI-powered voice assistant that runs on the Raspberry Pi and x86 platforms. It runs on-device and is Private by Design.
1313

1414
To enable access to the Google Assistant API, do the following:
1515
1) In the Cloud Platform Console, go to the Projects page. Select an existing project or create a new [project]
1616
2) Enable the Google Assistant [API] on the project you selected
17-
3) Create a [service account] and download the json credentials.
17+
3) Create a [service account][serviceaccount] and download the json credentials.
1818

19-
Now install and activate the [Samba] add-on so you can upload your training data. Connect to the "share" Samba share and copy your training data over. Name the file `assistant.zip`.
19+
Now install and activate the [Samba] add-on so you can upload your credential file. Connect to the "share" Samba share and copy your training data over. Name the file `service_account.json`.
2020

21-
Now it's time to start Snips for the first time. When the Snips add-on starts, it will output your audio devices:
21+
Now it's time to start Snips for the first time. When the Google Assistant add-on starts, it will output your audio devices:
2222

2323
```plain
2424
**** List of PLAYBACK Hardware Devices ****
@@ -53,8 +53,8 @@ Now that you've found the microphone and speaker addresses, it's time to configu
5353

5454
Configuration variables:
5555

56-
- **mqtt_bridge** (*Optional*): Snips uses MQTT to communicate and defaults to their own broker. Use this config option to bridge their broker to your own.
57-
- **mic**: This is the hardware address of your microphone. Look at the Snips
56+
- **mic**: This is the hardware address of your microphone. Look at the add-on output
57+
- **speaker**: This is the hardware address of your speakers. Look at the add-on output
5858

5959
### {% linkable_title Home Assistant configuration %}
6060

@@ -64,11 +64,9 @@ Use the Home Assistant [Snips.ai component][comp] to integrate the add-on into H
6464
snips:
6565
```
6666
67-
68-
69-
[Google Assistant]: https://assistant.google.com/
67+
[GoogleAssistant]: https://assistant.google.com/
7068
[Samba]: /addons/samba/
7169
[comp]: /components/snips/
7270
[project]: https://console.cloud.google.com/project
7371
[API]: https://console.developers.google.com/apis/api/embeddedassistant.googleapis.com/overview
74-
[service account]: https://console.developers.google.com/apis/credentials/serviceaccountkey
72+
[serviceaccount]: https://console.developers.google.com/apis/credentials/serviceaccountkey

0 commit comments

Comments
 (0)