From 38b571562d8ade9f022ea2042da453e07eb34225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Calder=C3=ADn=20Go=C3=B1i?= Date: Mon, 8 Jan 2018 00:09:39 +1100 Subject: [PATCH] Google assistant api password doc (#4360) * Add information about the api * Rewrite the sentence --- 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 5c0463589d6..1e27ce6cc33 100644 --- a/source/_components/google_assistant.markdown +++ b/source/_components/google_assistant.markdown @@ -125,8 +125,8 @@ Entity Customization Keys: 6. The final item on that page `Account linking` is required for your app to interact with Home Assistant. 1. Grant type: `Implicit` 2. Client ID: The `client_id` from your Home Assistant configuration above - 3. Authorization URL (replace with your actual URL): `https://[YOUR HOME ASSISTANT URL]/api/google_assistant/auth` - 4. Configure your client. Add scopes for `email` and `name` + 3. Authorization URL (replace with your actual URL): `https://[YOUR HOME ASSISTANT URL]/api/google_assistant/auth`. If you have set `api_password:` add this password to the URL `https://[YOUR HOME ASSISTANT URL]/api/google_assistant/auth?api_password=[YOUR API PASSWORD]`) + 4. Configure your client. Add scopes for `email` and `name`. 5. Testing instructions: Enter anything. It doesn't matter since you won't submit this app. 7. Back on the main app draft page. Click `Test Draft`. That will take you to the simulator (which won't work so just close that window). 8. If you haven't already added the component configuration to `configuration.yaml` and restarted Home Assistant, you'll be unable to continue until you have.