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!
I would like Home Assistant to be able to broadcast to my Google Homes. I followed the instructions and think it’s right but it’s clearly not. When I try to “send text command” via actions on dev tools it says “failed to communicate with Google Assistant”. Since it’s quite a convoluted process to integrate I am not really sure w...