mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-23 17:16:33 +00:00
Change verbosity for hardware.trigger API (#2508)
This commit is contained in:
parent
3f1741dd18
commit
c0fa4a19e9
@ -62,4 +62,4 @@ class APIHardware(CoreSysAttributes):
|
|||||||
@api_process
|
@api_process
|
||||||
async def trigger(self, request: web.Request) -> Awaitable[None]:
|
async def trigger(self, request: web.Request) -> Awaitable[None]:
|
||||||
"""Trigger a udev device reload."""
|
"""Trigger a udev device reload."""
|
||||||
_LOGGER.warning("Ignoring DEPRECATED hardware trigger function call.")
|
_LOGGER.debug("Ignoring DEPRECATED hardware trigger function call.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user