From c0fa4a19e993916bd3f75c4fbbd7a189933b7a09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 2 Feb 2021 20:56:37 +0100 Subject: [PATCH] Change verbosity for hardware.trigger API (#2508) --- supervisor/api/hardware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")