If youāre having issues with the new integration after first installation, restart Home Assistant. TTS will start working after that. Many people saw this in beta as well.
I have not been able to get this to find any devices. I have removed it and re added it. Restarted HA. Running HA Green. It authenticates. I get this message: No devices or entities Failed setup, will retry: ādevicePreferencesā
Any guidance on debugging this issue?
I did find this in the logs
Logger: homeassistant.components.alexa_devices
Source: helpers/update_coordinator.py:382
integration: Alexa Devices (documentation, issues)
First occurred: 06:27:49 (56 occurrences)
Last logged: 07:33:32
Unexpected error fetching [Amazon Account Name] 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 574, in get_devices_data
for data in json_data[key]:
~~~~~~~~~^^^^^
KeyError: 'devicePreferences'
There are no media_players in the current integration. You use the notify entities to perform notifications. This new integration is 100% different from alexa media player, youāll have to unlearn everything that integration did.
Just an FYI, I was successful in getting the integration running.
After entering in the credentials and all and hitting submit, the first second or two, the integration said it failed, but quickly came back and showed it installed successfully.
After trying out sending a notification or two, I did get some logs saying there was a blocking call in the loop (sorry I didnāt capture that log). I rebooted core and everything since has worked fine.
I do have one question, in the Alexa Devices Documentation there is a section Titled āStart Radio on all Echo dotsā. I guess I donāt understand what that has to do with playing a radio??
Migrating my devices from amazon.com to amazon.nl (country/region settings) did the trick.
After re-installing the integration and restarting all echo dots, it works.