Skip to content

Commit

Permalink
Bump reolink_aio to 0.11.4 (home-assistant#131957)
Browse files Browse the repository at this point in the history
  • Loading branch information
starkillerOG authored and balloob committed Dec 1, 2024
1 parent e48be5c commit 0d155c4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions homeassistant/components/reolink/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,8 @@ async def subscribe(self) -> None:

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()
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/reolink/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2047,7 +2047,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
Expand Down

0 comments on commit 0d155c4

Please sign in to comment.