-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
In init.py:95 the function async_forward_entry_setup was already deprecated and now removed with HA 2025.6.
The Method now is named async_forward_entry_setups (with s).
Changing this will get the integration working again. (Tested locally)
Version
latest
What version of Home Assistant are you seeing the problem on?
2025.6.0
Relevant log output
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/clage_homeserver/__init__.py", line 96, in async_setup_entry
hass.config_entries.async_forward_entry_setup(config, "sensor")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntries' object has no attribute 'async_forward_entry_setup'. Did you mean: 'async_forward_entry_setups'?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working