Message "Login attempt failed"

I’ve just installed the beta app. Indeed unfortunately doesn’t fix the issue.
Also with disabling the legacy authentication.

@robbiet480 Just so that’s you’re aware of this topic.

You guys might also want to try this:
https://github.com/home-assistant/home-assistant/issues/18858#issuecomment-449643788

1 Like

thanks
now it is working

@deluxestyle what did you do to get yours working?

I removed api_password: in my configuration file

That worked wonderfully. Thanks!

Hey guys, late to the party here but I ve been getting the same message a couple times a day and the IP indicated is that of my modem.

How can I investigate further?

This issue has come and gone for me as well. Seems to only come when I use the HA app. I think it may have something to do with the “Refresh Tokens” in the user settings. Any luck fixing the issue?

Did any one ever find the resolve to this?

DavidFW1960 is correct in the solution, but to provide some additional context you need to add the trusted network in this format in your configuration YAML

homeassistant:
  auth_providers:
    - type: trusted_networks
      trusted_networks:
        - 192.168.0.0/24

Reference doc here: https://www.home-assistant.io/docs/authentication/providers/

Well you do now… but this thread is 2 years old. Before that even existed.