Bump reolink_aio to 0.11.4 (#131957)

This commit is contained in:
starkillerOG 2024-11-30 17:32:53 +01:00 committed by GitHub
parent 6c6980a550
commit 6da2515d7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 3 deletions

View File

@ -536,6 +536,8 @@ class ReolinkHost:
async def renew(self) -> None:
"""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):
# TCP push active, unsubscribe from ONVIF push because not needed
self.unregister_webhook()

View File

@ -18,5 +18,5 @@
"documentation": "https://www.home-assistant.io/integrations/reolink",
"iot_class": "local_push",
"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
# homeassistant.components.reolink
reolink-aio==0.11.3
reolink-aio==0.11.4
# homeassistant.components.idteck_prox
rfk101py==0.0.1

View File

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