From 4fd5468fa367110dd3470d88c05710b218188c74 Mon Sep 17 00:00:00 2001 From: fluzz Date: Mon, 19 Oct 2020 14:02:50 +0100 Subject: [PATCH] Update google_assistant troubleshooting (#15293) Co-authored-by: Franck Nijhof --- source/_integrations/google_assistant.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/google_assistant.markdown b/source/_integrations/google_assistant.markdown index 005043f79e2..d38ccb076d2 100644 --- a/source/_integrations/google_assistant.markdown +++ b/source/_integrations/google_assistant.markdown @@ -253,6 +253,8 @@ The `request_sync` service may fail with a 404 if the `project_id` of the HomeGr 4. Once you begin to create a new `service_account` in the [Google Cloud API Console], ensure you select the project created in [Actions on Google console] by verifying the `project_id`. 5. Enable HomeGraph API to the new project. +Verify that the Google Assistant is available on `https://[YOUR HOME ASSISTANT URL:PORT]/api/google_assistant` If it is working it should return `405: Method Not Allowed` when opened in a browser or via curl. + #### 403 errors on request sync The `request_sync` service may fail with a 403 if the HomeGraph API is not enabled. Go to [Google API Console](https://console.cloud.google.com/apis/api/homegraph.googleapis.com/overview) and verify that HomeGraph API is enabled for your project.