mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Bump reolink_aio to 0.11.4 (#131957)
This commit is contained in:
parent
e48be5c406
commit
0d155c416a
@ -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()
|
||||||
|
@ -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"]
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user