From 0f2b490e44da2791ce83237e3cd5e101cce44ae2 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 18 Sep 2018 13:47:00 +0200 Subject: [PATCH] Update hassio_addon_communication.md --- docs/hassio_addon_communication.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hassio_addon_communication.md b/docs/hassio_addon_communication.md index e53c39aa..331c7fa0 100644 --- a/docs/hassio_addon_communication.md +++ b/docs/hassio_addon_communication.md @@ -32,6 +32,7 @@ Add-ons can call some API commands without need set `hassio_api: true`: - `/supervisor/info` - `/addons` - `/addons/self/...` +- `/services*` [hass-api]: https://www.home-assistant.io/developers/rest_api/ [hass-websocket]: https://www.home-assistant.io/developers/websocket_api/