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