I seem to be getting the same as others describe here.
Since updating Core to 2026.6.1, opening any dashboard view that contains camera views produces these:
Login attempt failed
Login attempt or request with invalid authentication from laptop (192.168.5.73). See the log for details.
2 seconds ago
Logger: homeassistant.components.http.ban
Source: components/http/ban.py:138
Integration: HTTP (documentation, issues)
First occurred: 10:48:23 (5 occurrences)
Last logged: 10:49:02
Login attempt or request with invalid authentication from laptop (192.168.5.73). Requested URL: '/api/camera_proxy_stream/camera.camgarden_garden?token=undefined'. (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36)
Login attempt or request with invalid authentication from laptop (192.168.5.73). Requested URL: '/api/camera_proxy/camera.camgarden_garden?authSig=Token&width=0&height=0'. (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36)
Login attempt or request with invalid authentication from laptop (192.168.5.73). Requested URL: '/api/camera_proxy/camera.camfront_front?authSig=Token&width=498&height=0'. (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36)
Login attempt or request with invalid authentication from laptop (192.168.5.73). Requested URL: '/api/camera_proxy/camera.camlivingroom_livingroom?authSig=Token&width=0&height=0'. (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36)
Login attempt or request with invalid authentication from laptop (192.168.5.73). Requested URL: '/api/camera_proxy/camera.camfish_fish?authSig=Token&width=0&height=0'. (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36)
I see the same whether local or remote, using the HA app or a browser, accessing either through nginx or directly to HAs local address.
I do not have ip_ban anywhere in my config files either. I do have
auth_providers:
- type: trusted_networks
trusted_networks:
with some IP/32's.
and trusted_users bound to some of those /32's in the trusted_networks section.
I do have a dashboard running on three tablets configured to auth this way. It rotates through camera feeds and runs all the time. Getting this in the logs:
2026-06-10 21:15:08.415 WARNING (MainThread) [homeassistant.components.http.ban] Login attempt or request with invalid authentication from 192.168.x.y (192.168.x.y). Requested URL: '/api/camera_proxy/camera.front_low_resolution_channel?token=blahblah&_t=1781140508130'. (Mozilla/5.0 (Linux; Android 11; KFTUWI Build/RS8338.3339N; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/146.0.7680.219 Safari/537.36)