Skip to content

valentinfrlch/llmvision-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 →

Prerequisites

  1. LLM Vision set up in Home Assistant
  2. Timeline provider set up in LLM Vision
  3. 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 respositories list in HACS.

Setup

  1. Install the card through HACS
  2. Reload
  3. Add the card to your dashboard

Configuration

Timeline Card

Tip

If both number_of_events and number_of_hours are set, the card will show events that occurred within the past specified number of hours, up to the specified number of events.

Parameter Description Default
entity LLM Vision Timeline Entity (needs to be set up in LLM Vision Settings first) calendar.llm_vision_timeline
number_of_hours Show events that occurred within the past specified number of hours. 24
number_of_events How many events to show. Maximum is 10. 5
category_filters Only show events matching one of the specified categories. []
camera_filters Only show events matching one of the specified cameras. []
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. []
language Language used for UI and generate icons (supports: de, en, es, fr, it, nl, pl, pt, sv, sk) en

Example Configuration

type: custom:llmvision-card
entity: calendar.llm_vision_timeline
number_of_hours: 24
number_of_events: 5
language: en
category_filters:
  - people
  - animals
  - vehicles
custom_colors:
  people:
    - 251
    - 255
    - 0
  vehicles:
    - 143
    - 143
    - 143

Preview Card

Parameter Description Default
entity LLM Vision Timeline Entity (needs to be set up in LLM Vision Settings first) calendar.llm_vision_timeline
category_filters Only show events matching one of the specified categories. []
camera_filters Only show events matching one of the specified cameras. []
language Language used for UI and generate icons (supports: de, en, es, fr, it, nl, pl, pt, sv, sk) en

Example Configuration

type: custom:llmvision-preview-card
entity: calendar.llm_vision_timeline
language: en
category_filters:
  - people
camera_filters:
  - camera.garage

Support

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

About

Home Assistant Card to display the LLM Vision Timeline

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Contributors 7