mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Bump reolink_aio to 0.11.4 (#131957)
This commit is contained in:
parent
6c6980a550
commit
6da2515d7a
@ -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()
|
||||
|
@ -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"]
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user