Change verbosity for hardware.trigger API (#2508)

This commit is contained in:
Joakim Sørensen
2021-02-02 20:56:37 +01:00
committed by GitHub
parent 3f1741dd18
commit c0fa4a19e9

View File

@@ -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.")