Bump reolink_aio to 0.11.4 (#131957)

This commit is contained in:
starkillerOG 2024-11-30 17:32:53 +01:00 committed by Paulus Schoutsen
parent e48be5c406
commit 0d155c416a
4 changed files with 5 additions and 3 deletions

View File

@ -536,6 +536,8 @@ class ReolinkHost:
async def renew(self) -> None: async def renew(self) -> None:
"""Renew the subscription of motion events (lease time is 15 minutes).""" """Renew the subscription of motion events (lease time is 15 minutes)."""
await self._api.baichuan.check_subscribe_events()
if self._api.baichuan.events_active and self._api.subscribed(SubType.push): if self._api.baichuan.events_active and self._api.subscribed(SubType.push):
# TCP push active, unsubscribe from ONVIF push because not needed # TCP push active, unsubscribe from ONVIF push because not needed
self.unregister_webhook() self.unregister_webhook()

View File

@ -18,5 +18,5 @@
"documentation": "https://www.home-assistant.io/integrations/reolink", "documentation": "https://www.home-assistant.io/integrations/reolink",
"iot_class": "local_push", "iot_class": "local_push",
"loggers": ["reolink_aio"], "loggers": ["reolink_aio"],
"requirements": ["reolink-aio==0.11.3"] "requirements": ["reolink-aio==0.11.4"]
} }

View File

@ -2556,7 +2556,7 @@ renault-api==0.2.7
renson-endura-delta==1.7.1 renson-endura-delta==1.7.1
# homeassistant.components.reolink # homeassistant.components.reolink
reolink-aio==0.11.3 reolink-aio==0.11.4
# homeassistant.components.idteck_prox # homeassistant.components.idteck_prox
rfk101py==0.0.1 rfk101py==0.0.1

View File

@ -2047,7 +2047,7 @@ renault-api==0.2.7
renson-endura-delta==1.7.1 renson-endura-delta==1.7.1
# homeassistant.components.reolink # homeassistant.components.reolink
reolink-aio==0.11.3 reolink-aio==0.11.4
# homeassistant.components.rflink # homeassistant.components.rflink
rflink==0.0.66 rflink==0.0.66