Part of the Crooked Sentry universe
Standalone Lovelace card for browsing Frigate detection events. Requires Home Assistant with an active Frigate integration or exposed Frigate API.
Dashboard.Frigate Event Feed.Add the resource if HACS does not do it automatically:
/hacsfiles/lovelace-frigate-event-feed/lovelace-frigate-event-feed.js
dist/lovelace-frigate-event-feed.js into your Home Assistant www/ directory.Add it as a Lovelace module resource:
/local/lovelace-frigate-event-feed.js
type: custom:frigate-event-feed
instance_id: frigate
cameras:
- front_door
- driveway
labels:
- person
- car
title: Recent Events
limit: 12
media: thumbnail
show_camera: auto
has_clip: true
has_snapshot: true
poll_interval_seconds: 45
If you want clip playback handoff to advanced-camera-card:
advanced-camera-card separatelyplay_target_selector: advanced-camera-cardplay_select_entity, play_select_option, or play_select_mapThis is optional and not required for basic event listing.
src/frigate-event-feed.js.Rebuild the install artifact:
npm run build
Run validation:
npm run check
npm test
dist/lovelace-frigate-event-feed.js.The CI workflow fails if the built artifact is out of date.
The card does not accept direct Frigate host/IP parameters. Backend routing is handled by the Home Assistant Frigate integration, keeping the card logic simple and consistent with HA’s architecture