Changelog
Blueprint
- Added option to only send notifications for important events using AI
Features
video_analyzer
andstream_analyzer
now have amax_frames
parameter. The most relevant frames will then be picked accordingly. This replaces theinterval
parameter which will be deprecated in the next release. Make sure you change your automations until then!
Bug fixes
- If an image fetch fails, fetch will retry. This could occur when the camera stream was not preloaded.
- Fixes a blocking call in video_analyzer
- Fixes a bug that would resize images even when
target_width
wasn't set. - #72 Fixed max_tokes for Ollama
- Removed an error log that was triggered when a temporary directory could not be deleted because it did not exist.
- Removed unnecessary info level logging
Deprecations
- The
interval
parameter will be removed in v1.2.2.