From d93f305a56881ffc96e2ac0fd459cc6134dc8ffb Mon Sep 17 00:00:00 2001 From: Andrew Dickinson Date: Fri, 6 Oct 2023 15:19:52 -0400 Subject: [PATCH] Add URL to WebSocket API documentation (#1202) Co-authored-by: Paulus Schoutsen Co-authored-by: Franck Nijhof --- docs/api/websocket.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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