Google Assistant Link Gets 404

Hello, I am trying to setup google assistant with the new Auth. I followed the instructions on https://www.home-assistant.io/components/google_assistant/ but when I go to add a device from my google app on my phone the auth call the api/google_assistant/auth returns a 404.

Anyone have any ideas on how to fix this?

you probably haven’t set it up exactly as described.
Can you also confirm you’ve exposed your HA instance to the internet?

Yes, I can get to my HA from the internet. I had the Google Assistant setup before without the Oauth.

then it should be straight forward. Check the instructions again, my migration was a formality…

This is the API endpoint for previous release, has been deleted in release 0.80

Please check your Google Assistant config again.

in the instructions on https://www.home-assistant.io/components/google_assistant/ it says

  • Under Create an Action , under the build section, modify Add fulfillment URL to https://[YOUR HOME ASSISTANT URL:PORT]/api/google_assistant , where [YOUR HOME ASSISTANT URL:PORT] is the domain / IP address and the port under which your Home Assistant instance is reachable.

So what should be in the “Fulfillment URL”?

Well, I didn’t change anything and it started working.

Thanks for the help.

Hi huenemeca,

You probably just needed to add the “google_assistant” line to your configuration and restart your HA.

Something like the below would enable the endpoint “/api/google_assistant”:

google_assistant:
project_id: YOUR_PROJECT_ID