When I try to authorize the Google Assisant SDK, I get an error for Google “Access blocked, the request of the app is invalid” (my translation of the actual error message). Google complains about redirect_uri=https://my.home-assistant.io/redirect/oauth.
What do I need to change to be able to authorize the Google Assistant SDK?
I’m running Home Assistant 2024.1.2 in Docker with an active Home Assistant Cloud subscription. configuration.yaml contains
See the integration instructions Google Assistant SDK - Home Assistant under the section for generating a client id and secret under Authorized redirect URIs.
You need to literally enter https://my.home-assistant.io/redirect/oauth – its the same for everyone, and not your external or internal url. Put exactly what it says in there. You can go to the website https://my.home-assistant.io/ to see what it is doing and read the FAQ.