LLM Vision | Getting Started
  • Introduction
  • Installation
  • Setup
    • Providers
      • Cloud Providers
      • Self-hosted Providers
      • Memory
      • Timeline
    • Timeline Card
    • Blueprint
    • Asking about Events
  • Usage
    • Image Analyzer
    • Video Analyzer
    • Stream Analyzer
    • Data Analyzer
    • Remember
  • Choosing the right model
Powered by GitBook
On this page
  • Usage
  • Parameter Reference

Was this helpful?

  1. Usage

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

PreviousData AnalyzerNextChoosing the right model

Last updated 2 months ago

Was this helpful?