I installed a few updates recently -then my Frigate automations stopped working. No configuration files have been changed for several weeks. Frigate still launches successfully. But, the HACS integration for Frigate is not loading with the following. I appreciate your help!!!
Logger: homeassistant.config_entries
Source: custom_components/frigate/init.py:275
Integration: Frigate (documentation, issues)
First occurred: 3:40:38 PM (2 occurrences)
Last logged: 3:41:05 PM
Error setting up entry ccab4aaf-frigate:5000 for frigate
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/frigate/__init__.py", line 275, in async_setup_entry
hass.config_entries.async_setup_platforms(entry, PLATFORMS)
AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'