From 75cab1cee682780a9a5481e08532bc20121caf3f Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 8 Oct 2017 22:32:47 +0200 Subject: [PATCH] Update addon_communication.markdown --- source/developers/hassio/addon_communication.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/developers/hassio/addon_communication.markdown b/source/developers/hassio/addon_communication.markdown index 8c4b7ccc5c3..4e0de747e0b 100644 --- a/source/developers/hassio/addon_communication.markdown +++ b/source/developers/hassio/addon_communication.markdown @@ -26,6 +26,7 @@ It is also possible to speak direct to Home-Assistant instance with name `homeas ## {% linkable_title Hass.io API %} +To call to our [Hass.io API][hassio-api] add `hassio_api: true` to `config.json`. Now you can use the API over this url: `http://hassio/`. [hass-api]: https://home-assistant.io/developers/rest_api/ [hassio-api]: https://github.com/home-assistant/hassio/blob/master/API.md