For one reason or another the Alexa Devices Integration stopped working.
I first did a restore of one of recent backups but that did not help.
I then deleted the Integration and now I am trying to re-add it. However it keeps refusing the authentication.
I am sure of my email for Amazon as well as the password and I use the OTP token given for Amazon in the Google Authenticator App, but it keeps rejecting it.
Having issues as well. Alexa app shows all devices unresponsive. Tried unlinking accounts and relinking but still no luck.
Fortunately the Alexa Media Player integration still works, but it is supposed to be replaced by the Alexa Devices integration. Right now my HA and Alexa work but I am concerned if & when AMP disappears.
A fix will be part of 2025.6.2
opened 10:32PM - 18 Jun 25 UTC
potential-duplicate
integration: alexa_devices
### The problem
I have a fresh install of haos, which i added the "Alexa Device… s" integration to. I was able to login to my amazon account, but the integration keeps failing to setup with the attached errors in the logs and the the attached error in the UI.

### What version of Home Assistant Core has the issue?
core-2025.6.1
### What was the last working version of Home Assistant Core?
_No response_
### What type of installation are you running?
Home Assistant OS
### Integration causing the issue
Alexa Devices
### Link to integration documentation on our website
https://www.home-assistant.io/integrations/alexa_devices
### Diagnostics information
[home-assistant_alexa_devices_2025-06-18T22-23-47.181Z.log](https://github.com/user-attachments/files/20804856/home-assistant_alexa_devices_2025-06-18T22-23-47.181Z.log)
### Example YAML snippet
```yaml
```
### Anything in the logs that might be useful for us?
```txt
2025-06-18 18:07:01.479 ERROR (MainThread) [homeassistant.components.alexa_devices] Unexpected error fetching [email protected] data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/alexa_devices/coordinator.py", line 54, in _async_update_data
return await self.api.get_devices_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/aioamazondevices/api.py", line 700, in get_devices_data
entity_ids_list = await self._get_devices_ids()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/aioamazondevices/api.py", line 518, in _get_devices_ids
lambda_bridge = amazon_bridge["LambdaBridge_AAA/SonarCloudService"]
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'LambdaBridge_AAA/SonarCloudService'
2025-06-18 18:07:01.963 ERROR (SyncWorker_6) [homeassistant] Error doing job: Unclosed client session (None)
2025-06-18 18:07:01.966 ERROR (SyncWorker_6) [homeassistant] Error doing job: Unclosed connector (None)
2025-06-18 18:07:03.168 ERROR (MainThread) [homeassistant.components.alexa_devices] Unexpected error fetching [email protected] data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/alexa_devices/coordinator.py", line 54, in _async_update_data
return await self.api.get_devices_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/aioamazondevices/api.py", line 700, in get_devices_data
entity_ids_list = await self._get_devices_ids()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/aioamazondevices/api.py", line 518, in _get_devices_ids
lambda_bridge = amazon_bridge["LambdaBridge_AAA/SonarCloudService"]
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'LambdaBridge_AAA/SonarCloudService'
```
### Additional information
_No response_
1 Like
woempiej
(Woempiej)
June 21, 2025, 12:39pm
5
Hi,
Alexa devices can’t replace Alexa Media Player because Alexa devices doesn’t create media players.
Thanks for that info. I had read somewhere in this forum that AMP would be removed once Alexa Devices was fully ready.
wmaker
(Tommy Long)
June 21, 2025, 6:05pm
7
According to the developer it will eventually replace AMP:
2 Likes
Hi,
When is 2025.6.2 due out? thanks.
1 Like