mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
More detailed instructions for service account setup (#17684)
This adds some more detail to navigating around the Google Cloud Platform Console, and updates some button names that have changed.
This commit is contained in:
parent
c71a260bdc
commit
e4145e0028
@ -92,14 +92,15 @@ If you want to support active reporting of state to Google's server (configurati
|
|||||||
1. Service Account
|
1. Service Account
|
||||||
1. In the Google Cloud Platform Console, go to the [Create Service account key](https://console.cloud.google.com/apis/credentials/serviceaccountkey) page.
|
1. In the Google Cloud Platform Console, go to the [Create Service account key](https://console.cloud.google.com/apis/credentials/serviceaccountkey) page.
|
||||||
2. At the top left of the page next to "Google Cloud Platform" logo, select your project created in the Actions on Google console. Confirm this by reviewing the project ID and it ensure it matches.
|
2. At the top left of the page next to "Google Cloud Platform" logo, select your project created in the Actions on Google console. Confirm this by reviewing the project ID and it ensure it matches.
|
||||||
3. From the Service account list, select New service account.
|
3. From the Service account list, select `CREATE SERVICE ACCOUNT`.
|
||||||
4. In the Service account name field, enter a name.
|
4. In the Service account name field, enter a name.
|
||||||
5. In the Service account ID field, enter an ID.
|
5. In the Service account ID field, enter an ID.
|
||||||
6. From the Role list, select `Service Accounts` > `Service Account Token Creator`.
|
6. From the Role list, select `Service Accounts` > `Service Account Token Creator`.
|
||||||
7. For the Key type, select the JSON option.
|
7. Click `CONTINUE` and then `DONE`. You are returned to the service account list, and your new account is shown.
|
||||||
8. Click `Create`. A JSON file that contains your key downloads to your computer.
|
8. Click the the three dots menu under `Actions` next to your new account, and click `Manage keys`. You are taken to a `Keys` page.
|
||||||
9. Use the information in this file or the file directly to add to the `service_account` key in the configuration.
|
9. Click `ADD KEY` then `Create new key`. Leave the `key type` as `JSON` and click `CREATE`. A JSON file that contains your key downloads to your computer.
|
||||||
10. Click `close`.
|
10. Use the information in this file or the file directly to add to the `service_account` key in the configuration.
|
||||||
|
11. Click `Close`.
|
||||||
2. HomeGraph API
|
2. HomeGraph API
|
||||||
1. Go to the [Google API Console](https://console.cloud.google.com/apis/api/homegraph.googleapis.com/overview).
|
1. Go to the [Google API Console](https://console.cloud.google.com/apis/api/homegraph.googleapis.com/overview).
|
||||||
2. At the top left of the page next to "Google Cloud Platform" logo, select your project created in the Actions on Google console. Confirm this by reviewing the project ID and it ensure it matches.
|
2. At the top left of the page next to "Google Cloud Platform" logo, select your project created in the Actions on Google console. Confirm this by reviewing the project ID and it ensure it matches.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user