Bump blinkpy to 0.22.6 (#108727)
Remove update after snap - now handled in library
This commit is contained in:
parent
74a60929e4
commit
24c9bddae0
4 changed files with 3 additions and 4 deletions
|
@ -126,7 +126,6 @@ class BlinkCamera(CoordinatorEntity[BlinkUpdateCoordinator], Camera):
|
|||
"""Trigger camera to take a snapshot."""
|
||||
with contextlib.suppress(asyncio.TimeoutError):
|
||||
await self._camera.snap_picture()
|
||||
await self.coordinator.api.refresh()
|
||||
self.async_write_ha_state()
|
||||
|
||||
def camera_image(
|
||||
|
|
|
@ -20,5 +20,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/blink",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["blinkpy"],
|
||||
"requirements": ["blinkpy==0.22.5"]
|
||||
"requirements": ["blinkpy==0.22.6"]
|
||||
}
|
||||
|
|
|
@ -553,7 +553,7 @@ bleak==0.21.1
|
|||
blebox-uniapi==2.2.0
|
||||
|
||||
# homeassistant.components.blink
|
||||
blinkpy==0.22.5
|
||||
blinkpy==0.22.6
|
||||
|
||||
# homeassistant.components.bitcoin
|
||||
blockchain==1.4.4
|
||||
|
|
|
@ -472,7 +472,7 @@ bleak==0.21.1
|
|||
blebox-uniapi==2.2.0
|
||||
|
||||
# homeassistant.components.blink
|
||||
blinkpy==0.22.5
|
||||
blinkpy==0.22.6
|
||||
|
||||
# homeassistant.components.blue_current
|
||||
bluecurrent-api==1.0.6
|
||||
|
|
Loading…
Add table
Reference in a new issue