mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add debug message to doods (#100002)
* Debug message if no detections found or no output file configured * fix formatting * black --------- Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
This commit is contained in:
parent
446ca2e9ad
commit
e4af50f955
@ -392,6 +392,10 @@ class Doods(ImageProcessingEntity):
|
||||
else:
|
||||
paths.append(path_template)
|
||||
self._save_image(image, matches, paths)
|
||||
else:
|
||||
_LOGGER.debug(
|
||||
"Not saving image(s), no detections found or no output file configured"
|
||||
)
|
||||
|
||||
self._matches = matches
|
||||
self._total_matches = total_matches
|
||||
|
Loading…
x
Reference in New Issue
Block a user