Usage
Learn how to use LLM Vision
Available Actions
LLM Vision exposes five actions (previously called services):
image_analyzer
: Analyzes image files, image and camera entitiesvideo_analyzer
: Analyzes video files and Frigate eventsstream_analyzer
: Records and analyzes camera entitiesdata_analyzer
: Updates a sensor value based on charts, visualizations etc.remember
: Store custom events in LLM Vision Timeline
Response
image_analyzer
, video_analyzer
and stream_analyzer
will return a response value:
Depending on your configuration, not all keys may be present. Refer to the parameter reference of each action to learn more.
remember
does not return a response. Instead it directly updates the selected sensor entity.
Accessing the response
To access it, set response_variable
in your automation or script to e.g. response
.
To get e.g. the generated title use {{response.title}}
.
Last updated
Was this helpful?