Home Assistant Card to display the LLM Vision Timeline
Timeline Card
Custom Card to display the LLM Vision Timeline on your Home Assistant Dashboard
๐ Prerequisites ยท โฌ๏ธ Installation ยท ๐ง Setup ยท ๐ง Configuration
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: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
| 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
| 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.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.