From 41d7d4632e10f15f2f1d242d18d153ff1b6f47c7 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 4 May 2023 19:48:07 -0500 Subject: [PATCH] more debug --- homeassistant/components/onvif/event.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/onvif/event.py b/homeassistant/components/onvif/event.py index 6a9583c78d3..3521f9f1dae 100644 --- a/homeassistant/components/onvif/event.py +++ b/homeassistant/components/onvif/event.py @@ -63,7 +63,7 @@ SUBSCRIPTION_RENEW_INTERVAL_ON_ERROR = 60.0 PULLPOINT_POLL_TIME = dt.timedelta(seconds=60) PULLPOINT_MESSAGE_LIMIT = 100 -PULLPOINT_COOLDOWN_TIME = 0.75 +PULLPOINT_COOLDOWN_TIME = 1.00 class EventManager: @@ -152,6 +152,7 @@ class EventManager: # pylint: disable=protected-access async def async_parse_messages(self, messages) -> None: """Parse notification message.""" + LOGGER.debug("%s: Parsing messages: %s", self.name, messages) unique_id = self.unique_id assert unique_id is not None for msg in messages: