You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_addons/google_assistant.markdown
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,16 @@ sharing: true
9
9
footer: true
10
10
---
11
11
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.
13
13
14
14
To enable access to the Google Assistant API, do the following:
15
15
1) In the Cloud Platform Console, go to the Projects page. Select an existing project or create a new [project]
16
16
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.
18
18
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`.
20
20
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:
22
22
23
23
```plain
24
24
**** List of PLAYBACK Hardware Devices ****
@@ -53,8 +53,8 @@ Now that you've found the microphone and speaker addresses, it's time to configu
53
53
54
54
Configuration variables:
55
55
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
58
58
59
59
### {% linkable_title Home Assistant configuration %}
60
60
@@ -64,11 +64,9 @@ Use the Home Assistant [Snips.ai component][comp] to integrate the add-on into H
0 commit comments