mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Revert "Take Abode camera snapshot before fetching latest image" (#68626)
This commit is contained in:
parent
b96c569657
commit
ee5e9d09a0
@ -88,8 +88,6 @@ class AbodeCamera(AbodeDevice, Camera):
|
|||||||
self, width: int | None = None, height: int | None = None
|
self, width: int | None = None, height: int | None = None
|
||||||
) -> bytes | None:
|
) -> bytes | None:
|
||||||
"""Get a camera image."""
|
"""Get a camera image."""
|
||||||
if not self.capture():
|
|
||||||
return None
|
|
||||||
self.refresh_image()
|
self.refresh_image()
|
||||||
|
|
||||||
if self._response:
|
if self._response:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user