Frigate-hass-card stopped working

Hi all,

yesterday I updated frigate-hass-card through HASS and something broke. I’ve searching everywhere and trying to tune everything but no luck and I don’t have any idea coming to my mind…

My setup is:

  • A server with a docker frigate instance so it can access hardware directly.
  • A VM running inside the server with HA installed on it.

As I said it was working before and broke when updating frigate-hass-card to v5.0.0.0 from 4 version.

Left side is the frigate card while the other is the generic one working.

Any ideas about how can I debug this?

what version of the integration are you running?

Thank you for your answer: 4.0.0

{
  "home_assistant": {
    "installation_type": "Unknown",
    "version": "2022.12.8",
    "dev": false,
    "hassio": false,
    "virtualenv": false,
    "python_version": "3.10.6",
    "docker": false,
    "arch": "x86_64",
    "timezone": "Europe/Madrid",
    "os_name": "Linux",
    "os_version": "5.19.0-41-generic",
    "run_as_root": true
  },
    "frigate": {
      **"version": "4.0.0",**
      "requirements": [
        "pytz==2022.7"
      ]
    },


Did you ever figure this out? I have the same issue.

Edit: Fixed it, they no longer use the docker hub image, so I hadn’t actually pulled the update. See the release notes: Release 0.12.0 Release · blakeblackshear/frigate · GitHub

It eventually resolved itself, but, I think the problem was I needed to manuaylly run pip3 install --upgrade homeassistant