Description
The problem
Hi,
First installation of the Alexa Devices integration some days ago worked like a charm : all my Alexa devices were visible.
Today all are unavailable. I tried to reload the integration with no success.
Note that I also have Alexa Media Player installed, using same Amazon credentials : it is working fine.
What version of Home Assistant Core has the issue?
core-2025.6.1
What was the last working version of Home Assistant Core?
core-2025.6.1
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
From the log : (XXXX below replaces my amazon id. MEssage appeared 8691 occurrences up to now!
Logger: homeassistant.components.alexa_devices
Source: helpers/update_coordinator.py:382
integration: Alexa Devices (documentation, issues)
First occurred: June 15, 2025 at 08:36:23 (8691 occurrences)
Last logged: 12:25:44
Unexpected error fetching XXXXX 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 513, in _get_devices_ids
network_detail = orjson.loads(json_data["networkDetail"])
KeyError: 'networkDetail'
_No response_