Update google_assistant.markdown - Fixed "Share an Action" steps (#14110)

Updated inaccurate "Share an Action" steps, updated to match google's instructions https://developers.google.com/assistant/smarthome/develop/testing#share-action
This commit is contained in:
R Huish 2020-07-29 22:34:28 +01:00 committed by GitHub
parent 957db1edc5
commit bba716f340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,9 +60,13 @@ If you've added Home Assistant to your phone's home screen, you have to first re
</div> </div>
1. If you want to allow other household users to control the devices: 1. If you want to allow other household users to control the devices:
1. Go to the settings for 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. Click `Test -> Simulator`, then click `Share` icon in the right top corner. Follow the on-screen instruction: 2. Click `Test` on the top of the page, then click `Simulator` located to the page left, then click the three little dots (more) icon in the upper right corner of the console.
1. Add team members: Got to `Settings -> Permission`, click `Add`, type the new user's e-mail address and choose `Project -> Viewer` role. 3. Click Manage user access. This redirects you to the Google Cloud Platform IAM permissions page.
4. Click ADD at the top of the page.
1. Enter the email address of the user you want to add.
2. Click Select a role and choose Project < Viewer.
3. Click SAVE
2. Copy and share the link with the new user. 2. Copy and share the link with the new user.
3. When the new user opens the link with their own Google account, it will enable your draft test app under their account. 3. When the new user opens the link with their own Google account, it will enable your draft test app under their account.
3. Have the new user go to their `Google Assistant` app to add `[test] your app name` to their account. 3. Have the new user go to their `Google Assistant` app to add `[test] your app name` to their account.