Skip to content

Commit dd14a3a

Browse files
DubhAdfabaff
authored andcommitted
Added some links (home-assistant#4095)
Added a link to the cloud console in both the configuration notes, and made it a link in the final step (step 11, here, 9 as displayed)
1 parent 6cbf153 commit dd14a3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/google_assistant.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ google_assistant:
4646
* *client_id* (Required): A long random URL safe string (no spaces or special characters) that will be used for Implicit OAuth.
4747
* *access_token* (Required): Another different long random URL safe string.
4848
* *agent_user_id* (Optional): A string to identify the user, e.g., email address. If not provided, the component will generate one.
49-
* *api_key* (Optional): An API Key generated for the project from Google Console which allows you to update devices without unlinking and relinking an account (see setup below). If not provided then the request_sync service is not exposed.
49+
* *api_key* (Optional): An API Key generated for the project from [Google Console](https://console.cloud.google.com/apis/api/homegraph.googleapis.com/overview) which allows you to update devices without unlinking and relinking an account (see setup below). If not provided then the request_sync service is not exposed.
5050
* *exposed_domains* (Optional): An array of Home Assistant domains to expose to Google Assistant. Options include:
5151
- `switch`
5252
- `light`
@@ -128,7 +128,7 @@ homeassistant:
128128
3. Click `Add`, type the new user's e-mail address and choose `Project -> Editor` role
129129
4. Have the new user go to [developer console](https://console.actions.google.com/) and repeat steps starting from point 7.
130130
11. If you want to use the `google_assistant.request_sync` service in Home Assistant, then enable Homegraph API for your project:
131-
1. Go to https://console.cloud.google.com/apis/api/homegraph.googleapis.com/overview
131+
1. Go to the [cloud console](https://console.cloud.google.com/apis/api/homegraph.googleapis.com/overview)
132132
2. Select your project and click Enable Homegraph API
133133
3. Go to Credentials and select API Key from Create Credentials
134134
4. Note down the generated API Key and use this in the configuration

0 commit comments

Comments
 (0)