A simple Lovelace card for displaying recent Frigate detection events in a horizontal gallery
- Fast & Lightweight: Minified and optimized for quick loading
- Live Updates: Instantly shows new events via WebSocket
- Responsive: Auto-adjusting grid layout that works great on mobile
- Rich Media: High-quality snapshots with optional zooming
- Daily Reset: Optional automated clearing for a fresh daily view
- Interactive: Detailed modal view with full event information
- Download
frigate-events-card.jsfrom the latest release - Copy it to your Home Assistant
www/folder - Add the resource in your Lovelace dashboard:
resources: - url: /local/frigate-events-card.js type: module
- Add the card to your dashboard
type: custom:frigate-events-card
frigate_client_id: frigate
event_count: 5
# Optional filters
cameras:
- wyze_camera
labels:
- person
- car
zones:
- front_a
- front_b
# Optional: Reset display daily at a specific time (24hr format)
daily_clear_time: "04:00"| Option | Type | Default | Description |
|---|---|---|---|
frigate_client_id |
string | frigate |
Your Frigate instance ID |
event_count |
number | 5 |
Number of events to display |
title |
string | Frigate Events |
Card title |
cameras |
list | all | Filter to specific cameras |
labels |
list | all | Filter to specific labels (person, car, etc.) |
zones |
list | all | Filter to specific Frigate zones |
show_label |
boolean | true |
Show detection label |
show_timestamp |
boolean | true |
Show event time |
show_camera |
boolean | false |
Show camera name |
daily_clear_time |
string | none | Optional. Time to reset the display daily (24hr format, e.g., "04:00"). If set, events before this time are hidden and shown as grey placeholders. If omitted, no daily reset occurs. |
- Home Assistant with Frigate Integration installed
- Frigate NVR with cameras configured
Contributions are welcome! Check out contribution guidelines for more details.
If you encounter a bug or have a feature request, feel free to open an issue.
If you'd like to buy me a coffee, you can do so here.
If you find this integration helpful, please ⭐ star the repository!



