Since 2022.2, all of my custom Alexa integrations have stopped working. The endpoint for the skills (using these instructions) is /alexa/api
Typically, if you try to visit that address in your browser (where the method would be a GET), you’ll get a 405 error. That’s normal as the API requires a POST.
But as of 2022.2, I get a 404 - the API is completely broken.
I’m running on Home Assistant OS. I’m also using the Nabu Casa Cloud integration, but cloud and the Alexa API have been peacefully coexisting until this month. The issue persisted with 2022.2.2 and 2022.2.3. I’m currently updating to 2022.2.5 to see if the issue has been fixed.
Anyone else having this issue? If you don’t have a custom skill, could you try hitting the API and see if you get a 404? The url will be http://YOURHAINSTALLATION/api/alexa