From cfa9cb60c51046522d9af09253538658409bd556 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 24 Sep 2018 15:25:56 +0200 Subject: [PATCH] Update hassio_addon_communication.md --- docs/hassio_addon_communication.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/hassio_addon_communication.md b/docs/hassio_addon_communication.md index 4dae03c1..41bb15b5 100644 --- a/docs/hassio_addon_communication.md +++ b/docs/hassio_addon_communication.md @@ -28,9 +28,9 @@ We have severals services for Hass.io inside Home Assistant to run tasks. To sen To enables calls to the [Hass.io API][hassio-api], add `hassio_api: true` to `config.json` and read the environment variable `HASSIO_TOKEN`. Now you can use the API over the URL: `http://hassio/`. Use the `HASSIO_TOKEN` with header `X-HASSIO-KEY`. It could be that you need also change the Hass.io API role like `hassio_role: default`. Add-ons can call some API commands without need set `hassio_api: true`: -- `/homeassistant/info` -- `/supervisor/info` -- `/addons` +- `/homeassistant/api` +- `/homeassistant/websocket` +- `/homeassistant/stream` - `/addons/self/...` - `/services*`