Hello! I’m trying to manually expose my HA devices to Google Home/Assistant, following the instructions on the Google Assistant integration’s documentation page. Everything goes perfectly until I try to add my [test] project in the Google Home app. It opens up my HA login page with the message “You’re about to give https ://oauth-redirect. google … access to your Home Assistant instance. Logging in with Home Assistant Local.”
Trying to log in on this page results in an “Invalid username or password” message, along with a notification in HA saying “Login attempt or request with invalid authentication from [IP]”. In the logs, this is recorded as:
Logger: homeassistant.components.http.ban
Source: components/http/ban.py:80
Integration: HTTP (documentation, issues)
First occurred: 8:58:04 PM (2 occurrences)
Last logged: 10:44:49 PM
Login attempt or request with invalid authentication from [IP]. Requested URL: '/auth/login_flow/...'. (Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1)
I’m wondering if something is wrong with my encryption/SSL setup. I have Duck DNS and NGINX Home Assistant SSL Proxy add-ons set up and working. The message “Logging in with Home Assistant Local” makes me wonder if it’s trying to log in as a local user, but I’ve tried doing this both on my local network and on my cellular data, with the same results. Would appreciate any help!