Can not add device in Google Home

Hi there :slight_smile:

I’ve followed this tutorial:

  • I run Home Assistant Core on Ubuntu 18.04.
  • I use DuckDNS and use that URL in Google Actions Console settings

Here is what I added to configuration.yaml:

http:
  base_url: !secret
  ssl_certificate: fullchain.pem
  ssl_key: privkey.pem


google_assistant:
  project_id: !secret
  service_account: !include SERVICE_ACCOUNT.JSON
  report_state: true
  exposed_domains:
    - switch
    - light

The device shows up in Google Home as “[test] My App” and it redirects me to my Home Assistant login screen. I can enter my username and password but after some seconds it throws me back to Google Home app (iphone) and I get the error message “An error has occurred” (something like that) and nothing more.

It seems like everything is working, but there is something wrong with the authentication. Don’t know why. Any ideas? :slight_smile:

/ Oskar

did you fix it yet?

I have the same issue. Did you find any solution meanwhile?