-
Couldn't load subscription status.
- Fork 13
Description
After updating Home Assistant core on rasperry pi4 to the june 2025 release, the long time reliable Kuna integration quit working for me. My cams are now showing as unavailable, and the integrations says to check the logs which look like this
Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 749, in __async_setup_with_context result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/kuna/__init__.py", line 74, in async_setup_entry hass.config_entries.async_forward_entry_setup(entry, component) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'ConfigEntries' object has no attribute 'async_forward_entry_setup'. Did you mean: 'async_forward_entry_setups'?