I installed the RPC Shutdown app to be able to remotely shut down my PC. It's worked great, I managed to create a switch for it with WoL as well, no problems. Today I checked my logs and there's a failed login attempt by the app? First of all, why would an app completely local like this need to login at all? That's concerning. On a side note, what is the login issue with the supervisor about?
Logger: homeassistant.components.http.ban
Source: components/http/ban.py:136
integration: HTTP (documentation, issues)
First occurred: February 9, 2026 at 8:07:43 PM (3 occurrences)
Last logged: 7:43:47 AM
Login attempt or request with invalid authentication from supervisor (172.30.32.2). Requested URL: '/api/core/state'. (HomeAssistantSupervisor/2026.02.1 aiohttp/3.13.3 Python/3.13)
Login attempt or request with invalid authentication from core-rpc-shutdown.local.hass.io (172.30.32.1). Requested URL: '/api/config'. (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36)
Looking at the app's repo shows it's just a bash script calling net rpc shutdown, further confusing how this log entry could possibly appear.