WTH is there no RESTful API. Maybe with web socket support?

I would like to build my own fully native app for my home. Would be nice if there was an api for doing this. Some thoughts….

  • RESTful json
  • Subscribe to entity changes over websockets
  • Perhaps even dashboard/lovelace support? Could try recreating dashboard in native code.

Not sure what you’re looking for but we have
Rest API: REST API | Home Assistant Developer Docs
Websocket API: WebSocket API | Home Assistant Developer Docs
Additional info: Native app integration | Home Assistant Developer Docs

2 Likes

Closing this because it already exists. Thanks @tielemans.jorim for posting the links.