diff --git a/supervisor/api/hardware.py b/supervisor/api/hardware.py index 5128941ba..ac3e4313f 100644 --- a/supervisor/api/hardware.py +++ b/supervisor/api/hardware.py @@ -62,4 +62,4 @@ class APIHardware(CoreSysAttributes): @api_process async def trigger(self, request: web.Request) -> Awaitable[None]: """Trigger a udev device reload.""" - _LOGGER.warning("Ignoring DEPRECATED hardware trigger function call.") + _LOGGER.debug("Ignoring DEPRECATED hardware trigger function call.")