frigate-hass-card: Birdseye Not Working on 13 Beta 4

Checklist:

  • [ x] I updated to the latest version available
  • [ x] I cleared the cache of my browser

Release with the issue: 13beta4 Last working release (if known): 12.1 I think? Browser and Operating System: Home Assistant iOS App but it appears under Chrome and Edge on Windows 11 Pro as well.

Description of problem: Everytime I try to add the Birdseye view I get an error. Prior to I think version 11, a camera entity was never made but if you names it birdseye and had the right URL it would display. Then they actually made Birdseye a camera entity inside Home Assistant with I think version 11 or 12. But ever since I upgraded my server, the HA Add on, and the card all to the latest version. It hasn’t created an entity and when I try to manually enter it I get the below error in the card

Frigate card diagnostic information


troubleshooting.
{
  "hide": false,
  "dependencies": {
    "all_cameras": false,
    "cameras": []
  },
  "triggers": {
    "motion": false,
    "occupancy": true,
    "entities": []
  },
  "engine": "auto",
  "frigate": {
    "client_id": "frigate",
    "url": "HTTP://192.168.1.155:5000/birdseye",
    "camera_name": "Birdseye"
  },
  "motioneye": {
    "images": {
      "directory_pattern": "%Y-%m-%d",
      "file_pattern": "%H-%M-%S"
    },
    "movies": {
      "directory_pattern": "%Y-%m-%d",
      "file_pattern": "%H-%M-%S"
    }
  },
  "live_provider": "auto",
  "image": {
    "refresh_seconds": 1
  },
  "camera_entity": "birdseye",
  "title": "Birdseye"
}

Javascript errors shown in the web inspector (if applicable):


Additional information:

About this issue

  • Original URL
  • State: closed
  • Created 8 months ago
  • Comments: 20 (10 by maintainers)

Most upvoted comments

Please try this:

type: custom:frigate-card
cameras:
  - camera_entity: camera.side_doorbell_main
  - frigate:
      camera_name: birdseye
      url: Http://192.168.1.155:5000