mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Downgrade log warning->info for unregistered webhook message (#66830)
This commit is contained in:
parent
48e3f9584b
commit
fa8238bc04
@ -95,7 +95,7 @@ async def async_handle_webhook(
|
|||||||
else:
|
else:
|
||||||
received_from = request.remote
|
received_from = request.remote
|
||||||
|
|
||||||
_LOGGER.warning(
|
_LOGGER.info(
|
||||||
"Received message for unregistered webhook %s from %s",
|
"Received message for unregistered webhook %s from %s",
|
||||||
webhook_id,
|
webhook_id,
|
||||||
received_from,
|
received_from,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user