Frigate Delivery Card — see which delivery vans came by today (Frigate+ sub_label filtering)

Like many here I run a Frigate+ model that recognizes delivery company logos (DHL, DPD, GLS, UPS, Amazon, FedEx, …) and assigns them as sub_labels to detected vehicles. The detection part works brilliantly - but I couldn’t find a dashboard card that could filter events by sub_label, so there was no nice way to answer “which couriers came by today?”

So I built one. It’s a small Lovelace card (~9 KB, no dependencies) that talks directly to the Frigate integration’s websocket API:

  • Snapshot reel or timeline view with brand-colored badges and time pills for every courier the Frigate+ model supports
  • Filter chips with live counts, auto-advancing slideshow
  • Inline clip playback (:play_button: on the image plays the recording right in the card — see where the package was left)
  • Rolling window or “today since midnight”, auto-refresh, visual editor
  • Also filters by labels and zones, so it works for “person at the mailbox” or recognized license plates too

Fully local, nothing leaves Home Assistant. Install via HACS custom repository.

GitHub (screenshot + docs, incl. recommended Frigate settings and a notification automation): GitHub - thomasgregg/frigate-delivery-card: Home Assistant Lovelace card for Frigate event snapshots filtered by sub_label - delivery companies, faces, plates - with slideshow, timeline and clip playback · GitHub

Feedback and PRs very welcome - curious what other sub_label use cases people come up with.