Hello all,
ist there a way to see IP address of who ist trying to login into my HA? an getting every minutes this information 21-12-16 11:57:46 WARNING (MainThread) [supervisor.auth] Unauthorized login for ‘homeassistant’
Any idea.
Thanks
There are several threads about this. If you’re getting a repeated notification as well, this is a “feature”.
The notification should tell you the IP address the apparent login is coming from, but the consensus is there’s not much you can do.
If the log messages are driving you mad you can increase the log level for that particular integration with something like…
logger:
default: warning
logs:
homeassistant.components.http.ban: error
…but you can’t get rid of the notification.
1 Like