Custom Card to display the LLM Vision Timeline on your Home Assistant Dashboard
🌟 Prerequisites · ⬇️ Installation · 🚧 Setup · 🔧 Configuration

- LLM Vision set up in Home Assistant
- Timeline provider set up in LLM Vision
- Blueprint or Automation to add events to the timeline
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 respositories list in HACS.
- Install the card through HACS
- Reload
- Add the card to your dashboard
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. | [] |
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 |
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
You can support this project by starring this GitHub repository. If you want, you can also buy me a coffee here: