Tweak wording of assistant setup process (#27948)

Making some small tweaks for formatting consistency and to match new language in the google console.
This commit is contained in:
Graham Bleaney 2023-06-24 04:31:18 -04:00 committed by GitHub
parent aef45087fe
commit ff0a7e681d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ To use Google Assistant, your Home Assistant configuration has to be [externally
3. Authorization URL: `https://[YOUR HOME ASSISTANT URL:PORT]/auth/authorize`. (Replace `[YOUR HOME ASSISTANT URL:PORT]` with your values.) 3. Authorization URL: `https://[YOUR HOME ASSISTANT URL:PORT]/auth/authorize`. (Replace `[YOUR HOME ASSISTANT URL:PORT]` with your values.)
4. Token URL (replace with your actual URL): `https://[YOUR HOME ASSISTANT URL:PORT]/auth/token`. (Replace `[YOUR HOME ASSISTANT URL:PORT]` with your values.) 4. Token URL (replace with your actual URL): `https://[YOUR HOME ASSISTANT URL:PORT]/auth/token`. (Replace `[YOUR HOME ASSISTANT URL:PORT]` with your values.)
Select **Next**, then **Next** again. Select **Next**, then **Next** again.
6. In the **Configure your client** **Scopes** textbox, type `email` and select **Add scope**, then type **name** and select **Add scope** again. 6. In the **Configure your client** **Scopes** textbox, type `email` and select **Add scope**, then type `name` and select **Add scope** again.
7. Do **NOT** check **Google to transmit clientID and secret via HTTP basic auth header**. 7. Do **NOT** check **Google to transmit clientID and secret via HTTP basic auth header**.
8. Select **Next**, then select **Save**. 8. Select **Next**, then select **Save**.
@ -72,7 +72,7 @@ To use Google Assistant, your Home Assistant configuration has to be [externally
3. Go to the menu and select **APIs and Services** and next **Credentials**. 3. Go to the menu and select **APIs and Services** and next **Credentials**.
4. In the **Credentials** view, select **Create credentials** and next **Service account**. 4. In the **Credentials** view, select **Create credentials** and next **Service account**.
1. **Service account name**: Give your account a self-selected name. 1. **Service account name**: Give your account a self-selected name.
2. Select **Create**. 2. Select **Create and Continue**.
3. **Select a role**: **Service Accounts** and **Service Account Token Creator**. 3. **Select a role**: **Service Accounts** and **Service Account Token Creator**.
4. Select **Continue**. 4. Select **Continue**.
5. Select **Done**. 5. Select **Done**.
@ -106,7 +106,7 @@ If you want to allow other household users to control the devices:
1. Open the project you created in the [Actions on Google console](https://console.actions.google.com/). 1. Open the project you created in the [Actions on Google console](https://console.actions.google.com/).
2. Select **Test** on the top of the page, then select **Simulator** located to the page left, then click the three little dots (more) icon in the upper right corner of the console. 2. Select **Test** on the top of the page, then select **Simulator** located to the page left, then click the three little dots (more) icon in the upper right corner of the console.
3. Select **Manage user access**. This redirects you to the Google Cloud Platform IAM permissions page. 3. Select **Manage user access**. This redirects you to the Google Cloud Platform IAM permissions page.
4. Select **ADD** at the top of the page. 4. Select **GRANT ACCESS** at the top of the page.
1. Enter the email address of the user you want to add. 1. Enter the email address of the user you want to add.
2. Select **Select a role** and choose **Project** > **Viewer**. 2. Select **Select a role** and choose **Project** > **Viewer**.
3. Select **SAVE**. 3. Select **SAVE**.