valentinfrlch
llmvision-card
JavaScript

Home Assistant Card to display the LLM Vision Timeline

Last updated Jul 3, 2026
100
Stars
27
Forks
16
Issues
+100
Stars/day
Attention Score
35
Language breakdown
No language data available.
โ–ธ Files click to expand
README

LLM Vision Logo

Timeline Card

Issues Static Badge

Custom Card to display the LLM Vision Timeline on your Home Assistant Dashboard

๐ŸŒŸ Prerequisites ยท โฌ‡๏ธ Installation ยท ๐Ÿšง Setup ยท ๐Ÿ”ง Configuration

Visit Website โ†’

Timeline and Preview Card

Prerequisites

  • LLM Vision set up in Home Assistant
  • Timeline provider set up in LLM Vision
  • Blueprint or Automation to add events to the timeline

Documentation

Installation

Add the repository to HACS and install the LLM Vision card using this link: Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

Alternatively you can add the url of this repository to the custom repositories list in HACS.

Setup

  • Install the card through HACS
  • Reload
  • Add the card to your dashboard

Configuration

Timeline Card

Timeline Card

| Parameter | Description | Default | |-------------------|-------------------------------------------------------------------------------------------------------------|------------------------------| | header | Shows a header (title) at the top of the card. Hidden when empty. | | numberofevents | How many events to show. | 100 | | numberofdays | Show events that occurred within the past specified number of days. | 30 | | category_filters | Only show events matching one of the specified categories. | [] | | camera_filters | Only show events matching one of the specified cameras. | [] | | filterfalsepositives | Show or hide activities titles "no activity" | false | | language | Language used for the card UI (supports: bg, ca, cs, de, en, es, fr, hu, it, nl, pl, pt, sk, sv) | en | | time_format | 12h or 24h time format. | 24h | | default_icon | Icon to use when event couldn't be classified | mdi:motion-sensor | | custom_colors | Custom colors for categories. Colors must be specified as a dictionary where keys are category names and values are lists of RGB values (e.g., [255, 255, 0]). See the example configuration below for details. | [] |

Example Configuration

type: custom:llmvision-card
numberofdays: 365
numberofevents: 100
category_filters: []
camera_filters: []
default_icon: mdi:motion-sensor
language: en
time_format: 12h
filterfalsepositives: true

Preview Card

Preview Card

| Parameter | Description | Default | |-------------------|-------------------------------------------------------------------------------------------------------------|------------------------------| | category_filters | Only show events matching one of the specified categories. | [] | | camera_filters | Only show events matching one of the specified cameras. | [] | | filterfalsepositives | Show or hide activities titles "no activity" | false | | language | Language used for the card UI (supports: bg, ca, cs, de, en, es, fr, hu, it, nl, pl, pt, sk, sv) | en | | time_format | 12h or 24h time format. | 24h | | default_icon | Icon to use when event couldn't be classified | mdi:motion-sensor |

Example Configuration

type: custom:llmvision-preview-card
language: en
time_format: 12h
category_filters:
  - people
camera_filters:
  - camera.garage

Providing Feedback

You can submit feedback for events to help make LLM Vision better for everyone. This helps us understand, what our users expect from a good event description. Proving Feedback in LLM Vision

To provide feedback:

  • Click on any event in the timeline or the preview card
  • Click the three dots
  • In the menu, select either thumbs up or thumbs down, depending on how good the response is.
  • If you selected thumbs down, select a reason and follow the remaining steps.
We don't collect personal information. Our privacy policy applies._

Support

You can support this project by starring this GitHub repository. If you want, you can also buy me a coffee here:

ยฉ 2026 GitRepoTrend ยท valentinfrlch/llmvision-card ยท Updated daily from GitHub