How do I resolve this error that keeps showing up in my logs? I'm running:
Core: 2024.4.1
Frontend: 20240404.1
Device: Raspberry Pi 4B
Logger: homeassistant.config_entries
Source: config_entries.py:551
First occurred: 8:26:54 AM (1 occurrences)
Last logged: 8:26:54 AM
Error setting up entry user@host.com - amazon.com for alexa_media
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.12/site-packages/homeassistant/config_entries.py", line 551, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/homeassistant/.homeassistant/custom_components/alexa_media/init.py", line 798, in async_setup_entry
await setup_alexa(hass, config_entry, login)
File "/home/homeassistant/.homeassistant/custom_components/alexa_media/init.py", line 2883, in setup_alexa
coordinator = AlexaMediaCoordinator(
^^^^^^^^^^^^^^^^^^^^^^
File "/home/homeassistant/.homeassistant/custom_components/alexa_media/coordinator.py", line 71, in init
super().init(
TypeError: DataUpdateCoordinator.init() got an unexpected keyword argument 'config_entry'