Bump blinkpy to 0.22.6 (#108727)

Remove update after snap - now handled in library
This commit is contained in:
mkmer 2024-01-25 09:23:37 -05:00 committed by GitHub
parent 74a60929e4
commit 24c9bddae0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 4 deletions

View file

@ -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(

View file

@ -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"]
}

View file

@ -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

View file

@ -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