Hello guys,
I’m running homeassistant with docker and writing python that needs HomeAssistant API to get data from my home assistant instance. I followed instruction about REST API integration here Home Assistant API - Home Assistant but with mylocalip:8123/Api i get 404 error.
My configuration at now is:
Capitalization counts, as does the correct path ending. Try with api/. Without the bearer token in the header of the request, that will still only get you to a 401:Unauthorized. Here are the full docs for the Rest API: