#Failed to communicate with Google Assistant

1 messages · Page 1 of 1 (latest)

gusty crag
#

I'm new to HA and would like to set up the Google Assistant SDK integration to control some devices through google. I believe I have it set up according to the guide here: https://www.home-assistant.io/integrations/google_assistant_sdk/. I generated a client id/secret and input the required configuration for those. When I did the authorization steps, I get to the part where I click Link Account and saw a success message. Seeing that it seemed success, I tried adding a new automation with an action. The problem I'm having is that when I try to run the action to confirm that it's doing what I expect, I'm getting the following error message: "Failed to communicate with Google Assistant". There doesn't seem to be much information to go by online based on searches, the first hit led me here with no replies: https://community.home-assistant.io/t/google-assistant-sdk-help/913315 as well as to a github link (https://github.com/home-assistant/core/issues/149022) which kind of implies that whatever this is, it's either something that appears to be fixed, or more likely in my case a configuration error with the integration. I've tried removing the integration and following the steps twice now, but I can't figure out what I might be doing incorrectly. Any help would be appreciated, thanks!

Home Assistant

Instructions on how to use Google Assistant SDK in Home Assistant.

GitHub

The problem Within the Home Assistant Developer Tools -> Actions drop down menu, only "notify.google_assistant_sdk" option is available from google_assistant_sdk. According to Home Ass...