mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Downgrade log warning->info for unregistered webhook message (#66830)
This commit is contained in:
@@ -95,7 +95,7 @@ async def async_handle_webhook(
|
||||
else:
|
||||
received_from = request.remote
|
||||
|
||||
_LOGGER.warning(
|
||||
_LOGGER.info(
|
||||
"Received message for unregistered webhook %s from %s",
|
||||
webhook_id,
|
||||
received_from,
|
||||
|
Reference in New Issue
Block a user