ich habe seit dem Update ein Problem mit der Integration Alexa Media Player.
Die Integration läuft gerade auch beim neu laden immer wieder auf Fehler.
Das steht im Log:
Error setting up entry xxx@xxx.de - amazon.de for alexa_media
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 586, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/alexa_media/__init__.py", line 357, in async_setup_entry
if await test_login_status(hass, config_entry, login):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/alexa_media/__init__.py", line 1394, in test_login_status
async_create(
TypeError: async_create() missing 1 required positional argument: 'hass'
Hat noch jemand das Problem? Hat jemand eine Idee, was ich noch probieren kann?
HA habe ich mehrfach neu gestartet.