Looks good, thanks for the update
for me it seems to all work as expected.
EDIT: yes, latest DEV version
Thank you for the update.
Frigate LLM Notification v0.7 [iOS-aware] - Intelligent Security Camera Automation
Update December 2025
Is there a way I can adapt this with ollama vision?
I’m pretty new to this but I’ve been able to make a basic ollama based image analyser… I use it to check bins and it works but I can’t figure out how to adapt it to enable this frigate environment
alias: Snapshot Driveway for Analysis
description: ""
triggers:
- trigger: time_pattern
minutes: /10
actions:
- data:
entity_id: camera.driveway
filename: /config/www/driveway.jpg
action: camera.snapshot
- delay:
seconds: 2
- data:
image_url: /config/www/driveway.jpg
image_name: driveway
prompt: >-
How many bins are visible in the left side of the image? Note that they
might be partially obscured. Provide just a number
device_id: xxx
action: ollama_vision.analyze_image
Hi the whole automation is based on frigate and LLM vision so it is probably not the base to start with to be honest there is many blueprints for using the HA built in snapshot . What exactly are you looking for