Open BoerZA opened 3 years ago
Do you have something similar to the configuration mentioned here in your Home Assistant configuration?
I had a problem like this where /api/alexa/smart_home
gave a 404
.
At some point, my alexa:
config got indented underneath api:
and that prevented the Alexa service from being deployed... something to watch out for - home assistant config validator won't tell you this is incorrect.
i.e. I mistakenly had:
api:
alexa:
smart_home:
But I should have had this:
api:
alexa:
smart_home:
Could any one possibly assist with some help.
My haaska test keeps failing and want to intergrade Alexa into my home assistant.
Version: Home Assistant 2021.6.3
Error.
{ "errorMessage": "404 Client Error: Not Found for url: https://xxxxxx.duckdns.org/api/alexa/smart_home", "errorType": "HTTPError", "stackTrace": [ [ "/var/task/haaska.py", 111, "event_handler", "return ha.post('alexa/smart_home', event, wait=True)" ], [ "/var/task/haaska.py", 66, "post", "r.raise_for_status()" ], [ "/var/task/requests/models.py", 940, "raise_for_status", "raise HTTPError(http_error_msg, response=self)" ] ] }