I’ve just moved my hassio install into a Debian VM on Proxmox, and everything is working perfectly except for the API.
Docs say that https://hass.domain.com/api
should return a json response saying that API is running. Instead I get 404. I have frontend enabled.
# Enables the frontend
frontend:
themes: !include themes.yaml
http:
# Uncomment this to add a password (recommended!)
api_password: !secret http_password
# Uncomment this if you are using SSL or running in Docker etc
base_url: hass.domain.com
I had automations in Tasker that worked before with this same configuration, they timeout now.