File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010# Notes: Front-door package detection waits 3 minutes after person
1111# activity, skips routine relocks unless a package is already present,
1212# and rate-limits/downscales OpenAI vision calls for cost control.
13+ # Notes: Both analyzers use gpt-5.4-nano; the garage check remains manual
14+ # while detection accuracy is evaluated.
1315# Docs: https://llmvision.gitbook.io/getting-started/usage/image-analyzer
1416# Video: https://youtu.be/nAhCezFetvI
1517# #####################################################################
@@ -91,7 +93,7 @@ automation:
9193 response_variable : llmvision_result
9294 data :
9395 provider : !secret llmvision_provider_entry
94- model : gpt-4.1 -nano
96+ model : gpt-5.4 -nano
9597 message : " {{ prompt_text }}"
9698 sensor_entity : input_boolean.garbage_cans_out
9799 image_entity :
@@ -182,7 +184,7 @@ automation:
182184 response_variable : llmvision_result
183185 data :
184186 provider : !secret llmvision_provider_entry
185- model : gpt-4.1-mini
187+ model : gpt-5.4-nano
186188 message : " {{ prompt_text }}"
187189 image_entity :
188190 - camera.frontdoorbell
You can’t perform that action at this time.
0 commit comments