-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
I have updated HA from Ver. 2025.5.3 to Ver. 2025.7.0. Integration is not loading.
Logger: homeassistant.config_entries
Source: config_entries.py:749
First occurred: 11:11:34 (1 occurrence)
Last logged: 11:11:34
Error setting up entry [email protected] for hon
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/hon/init.py", line 79, in async_setup_entry
hass.config_entries.async_forward_entry_setup(entry, platform)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntries' object has no attribute 'async_forward_entry_setup'. Did you mean: 'async_forward_entry_setups'?