From 01c17a3e367e7eed03ecf530253a22c7f985972e Mon Sep 17 00:00:00 2001 From: Jorim Tielemans Date: Mon, 8 Apr 2019 10:39:49 +0200 Subject: [PATCH] Fix stream api url (#217) --- docs/hassio_addon_communication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hassio_addon_communication.md b/docs/hassio_addon_communication.md index 479f363c..5e715bf9 100644 --- a/docs/hassio_addon_communication.md +++ b/docs/hassio_addon_communication.md @@ -29,8 +29,8 @@ To enables calls to the [Hass.io API][hassio-api], add `hassio_api: true` to `co Add-ons can call some API commands without need set `hassio_api: true`: - `/homeassistant/api` +- `/homeassistant/api/stream` - `/homeassistant/websocket` -- `/homeassistant/stream` - `/addons/self/*` - `/services*` - `/discovery*`