Remember
Add custom events to the LLM Vision Timeline
Usage
action: llmvision.remember
data:
title: Car seen
summary: A white SUV was seen pulling into a driveway.
image_path: /config/www/llmvision/example.jpg
camera_entity: camera.front_door
start_time: 2022-02-22T13:30:00.000Z
end_time: 2022-02-22T13:30:00.000Z
Parameter Reference
Parameter
Required
Description
Default
title
Yes
Title of the event
summary
Yes
Description or summary of the event
image_path
No
Filepath to the image. Path must begin with /config/www/llmvision/
camera_entity
No
Entity to associate with the event. Can be a camera entity or any other entity type.
start_time
No
Datetime the event started
now
end_time
No
Datetime the event ended
start_time + 1min
Last updated
Was this helpful?