Hi everyone,
I am currently using this video
https://youtu.be/a-Is8GtLJCs?si=ph32i6guVWGiqq6z
In order to integrate my home assistant connected to the web through tailscale funnel with the Google Assistant SDK. I was stuck on the redirect url step where instead of using https://my.home-assistant.io/redirect/oauth, I use my tailscale funnel url instead (since I believe that previous url is if you have the home assistant cloud). When I do that though and type in my client id and client secret to the integration I get the following on the google window:
“Error 400: redirect_uri_mismatch
You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy.
If you're the app developer, register the redirect URI in the Google Cloud Console.
Request details: redirect_uri=https://my.home-assistant.io/redirect/oauth flowName=GeneralOAuthFlow
Related developer documentation”
Does anyone know why this doesn’t work for me?
A few years ago, I did a tutorial on how to link your Google Assistant to Home Assistant so that you can control devices connected to HA using Google Home. However, what if you wanted to do it the other way round and control your smart home devices that are only connected to your Google Home inside of Home Assistant? Thanks to a recent addition ...