-
Notifications
You must be signed in to change notification settings - Fork 0
Description
π Description / Beschreibung
Setting up new integration does not work.
π Reproduction Steps / Reproduktionsschritte
- Entered IP address for UDP Pro
- Entered API Key
π₯οΈ System Information / Systeminformationen
- Home Assistant Version:
OS 15.2
- UniFi Bandwidth Version:
1.0
- Installation Method: [HACS]
- UniFi Controller Version: Network 9.2.87
- Hardware: [VM ]
π Logs / Fehlermeldungen
Logger: homeassistant.config_entries
Source: config_entries.py:749
First occurred: June 21, 2025 at 9:52:59 PM (4 occurrences)
Last logged: 8:28:43 AM
Error setting up entry UniFi Bandwidth for unifi_bandwidth
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/unifi_bandwidth/init.py", line 15, in async_setup_entry
await hass.config_entries.async_forward_entry_setup(entry, "sensor")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntries' object has no attribute 'async_forward_entry_setup'. Did you mean: 'async_forward_entry_setups'?