From d599de84c2e91d08ca28c249e2acde289c782636 Mon Sep 17 00:00:00 2001 From: JohnnyCAPSLOCK <23089193+JohnnyCAPSLOCK@users.noreply.github.com> Date: Sun, 1 Apr 2018 19:18:55 -0700 Subject: [PATCH] Update google_assistant.markdown Proposing changes to steps 8a and 8d. I looked back at previous versions and I don't think these steps were updated when the other steps it was originally referencing were moved/changed. --- source/_components/google_assistant.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/google_assistant.markdown b/source/_components/google_assistant.markdown index b30eee33f43..d1096fd88cf 100644 --- a/source/_components/google_assistant.markdown +++ b/source/_components/google_assistant.markdown @@ -148,10 +148,10 @@ If you're not using Linux, you can use sites such as [this one](https://www.brow 6. Open the Google Assistant app and go into `Settings > Home Control` 7. Click the `+` sign, and near the bottom, you should have `[test] your app name`. Selecting that should lead you the screen where you can set rooms for your devices or nicknames for your devices. 8. If you want to allow other household users to control the devices: - a. Go to the developer console using the address from point 4. + a. Go to the settings for the project you created in point 1 in the developer console. b. Under the gear icon, click `Permissions` c. Click `Add`, type the new user's e-mail address and choose `Project -> Editor` role - d. Have the new user go to [developer console](https://console.actions.google.com/) and repeat steps starting from point + d. Have the new user go to [developer console](https://console.actions.google.com/) and repeat steps starting from point 4 9. If you want to use the `google_assistant.request_sync` service, to update devices without unlinking and relinking, in Home Assistant, then enable Homegraph API for your project: a. Go to the [cloud console](https://console.cloud.google.com/apis/api/homegraph.googleapis.com/overview) b. Select your project and click Enable Homegraph API