Frigate HADashboard Birdseye cam

Hi,
I’d like to show the Frigate Birdseye cam into HADashboard there is a way to do this?

Thanks.

Yes, GitHub - dermotduffy/frigate-hass-card: A Lovelace card for Frigate in Home Assistant supports this

Hi @crzynik,
I have the necessity to add into HADashboard (Appdaemon addon) the frigate cards work on Home Assistant web page.
Into HADashboard i can add an entity camera but there isn’t the Birdseye at system i think the custom card read directly the data from the frigate instance.

Thanks

Does anyone have a code example of this? I’ve tried following that yaml but it leaves the Lovelace card spinning forever. I’ve had to delete the dashboard and start again!

Sure, this is what mine looks like

type: custom:frigate-card
view:
  default: live
  camera_select: live
menu:
  buttons:
    frigate:
      enabled: false
    snapshots:
      enabled: false
    image:
      enabled: false
    timeline:
      enabled: false
    frigate_ui:
      enabled: false
  style: outside
  position: bottom
live:
  preload: true
  controls:
    thumbnails:
      mode: none
    next_previous:
      style: none
    title:
      mode: none
  lazy_load: true
  draggable: true
  lazy_unload: all
cameras:
  - live_provider: frigate-jsmpeg
    frigate:
      camera_name: birdseye
    dependencies:
      all_cameras: true
3 Likes

Thanks you, seems I was missing the dependencies piece.

I copied exact and still get the spinning piece. I am not on version 12 of Frigate and not sure if something changed. Birdseye in frigate itself if fine.

Yup - HACS fix is out