When trying to set up Alexa Devices integration, it shows this error message: “Unknown error occurred”.
Any solution to the problem?
Same issue here too. Submitted to GitHub the issue but author seems a bit snarky about attempting to just try uninstalling and installing his addon to see how it is no longer working.
That’s the same issue I’m trying to get past. I’m located in the US using HA OS 2025.7.1 on a Home Assistant Green. I have tried multiple times and also rebooting. I’m stuck and frustrated. any help would be appreciated. Thanks in advance!
Any news or updates on this? I have the same issue. At rondom time it actually gives a diffrent error: Wrong country. And i am sure its not. It worked well before the July update.
are you using the 2025.7.1 or older?
Yes, I am using HA OS 2025.7.1 on a Home Assistant Green.
ok you need to wait for 2025.7.2 or make it custom to update alexa devices integration ,
download core from git
https://github.com/home-assistant/core/archive/refs/heads/dev.zip
go to the folder/homeassistant/components/alexa_devices and copy all
open samba in you home assistant go to config\custom_components and create a folder name alexa_devices, paste all the files ,
edit your manifest.json to this
{
"domain": "alexa_devices",
"name": "Alexa Devices (custom)",
"version": "2025.07.07",
"requirements": ["aioamazondevices==3.2.8"],
"documentation": "https://github.com/chemelli74/aioamazondevices",
"dependencies": [],
"codeowners": ["@chemelli74"]
}
and reboot after reboot
if you already have the integration install you will have it working now without sensors
if not install the alexa devices (custom) and try