Create Event

Add custom events to the LLM Vision Timeline

Usage

action: llmvision.create_event
data:
  title: Car seen
  description: A white SUV was seen pulling into a driveway.
  label: Car
  image_path: /media/llmvision/snapshots/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

description

Yes

Description or summary of the event

label

No

Label to assign to the event

image_path

No

File path to the image. Path must be stored in /media/llmvision/snapshots/

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