-
Notifications
You must be signed in to change notification settings - Fork 7
Description
The integration is failing, and giving the following error:
2025-06-29 02:12:52.997 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry xpto for dess_monitor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 594, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/dess_monitor/init.py", line 24, in async_setup_entry
my_coordinator = MainCoordinator(hass, entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/dess_monitor/coordinators/coordinator.py", line 30, in init
super().init(
TypeError: DataUpdateCoordinator.init() got an unexpected keyword argument 'config_entry'