#Update to 2025.10 breaks Alexa integration. NoneType object has no attribute get

1 messages · Page 1 of 1 (latest)

still hedge
#

It was working fine on 2025.9.4. A fresh install of HA 2025.10 on Docker with just the one integration also fails to start. After putting in my user/pass/otp, it fails to initialize with the following:

2025-10-02 21:12:45.558 ERROR (MainThread) [homeassistant.components.alexa_devices] Unexpected error fetching ########@#######.com data Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 392, in _async_refresh self.data = await self._async_update_data() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/alexa_devices/coordinator.py", line 58, in _async_update_data data = await self.api.get_devices_data() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/aioamazondevices/api.py", line 857, in get_devices_data devices_endpoints, devices_sensors = await self._get_sensors_states() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/aioamazondevices/api.py", line 613, in _get_sensors_states devices_sensors[serial_number] = self._get_device_sensor_state( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ endpoint, serial_number ^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/aioamazondevices/api.py", line 624, in _get_device_sensor_state if endpoint_dnd := endpoint.get("settings", {}).get("doNotDisturb"): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get'

Rolling back to 2025.9.4 also fixes it.

Anyone else have their Alexa integration break after update?