1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00

Revert "Take Abode camera snapshot before fetching latest image" (#68626)

This commit is contained in:
kevdliu 2022-03-26 09:17:40 -04:00 committed by GitHub
parent b96c569657
commit ee5e9d09a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,8 +88,6 @@ class AbodeCamera(AbodeDevice, Camera):
self, width: int | None = None, height: int | None = None
) -> bytes | None:
"""Get a camera image."""
if not self.capture():
return None
self.refresh_image()
if self._response: