mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Fix onvif consistent return (#33898)
This commit is contained in:
parent
bc26be3c11
commit
32499dc8fe
@ -525,6 +525,8 @@ class ONVIFHassCamera(Camera):
|
|||||||
error,
|
error,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
return None
|
||||||
|
|
||||||
image = await self.hass.async_add_job(fetch)
|
image = await self.hass.async_add_job(fetch)
|
||||||
|
|
||||||
if image is None:
|
if image is None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user