diff --git a/docs/api/websocket.md b/docs/api/websocket.md index 0f4f5a31..3648b1c7 100644 --- a/docs/api/websocket.md +++ b/docs/api/websocket.md @@ -2,7 +2,7 @@ title: "WebSocket API" --- -Home Assistant contains a WebSocket API. This API can be used to stream information from a Home Assistant instance to any client that implements WebSockets. We maintain a [JavaScript library](https://github.com/home-assistant/home-assistant-js-websocket) which we use in our frontend. +Home Assistant hosts a WebSocket API at `/api/websocket`. This API can be used to stream information from a Home Assistant instance to any client that implements WebSockets. We maintain a [JavaScript library](https://github.com/home-assistant/home-assistant-js-websocket) which we use in our frontend. ## Server states