mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 09:38:21 +00:00
Fix onvif consistent return (#33898)
This commit is contained in:
parent
ecb37d0bdf
commit
c3ac8869b0
@ -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