From f47d6658e1f05a4a5deb297558c801d15fcf83ec Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 8 Oct 2017 23:15:26 +0200 Subject: [PATCH] Update addon_communication.markdown --- source/developers/hassio/addon_communication.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/developers/hassio/addon_communication.markdown b/source/developers/hassio/addon_communication.markdown index 4e0de747e0b..7dd40ca0091 100644 --- a/source/developers/hassio/addon_communication.markdown +++ b/source/developers/hassio/addon_communication.markdown @@ -24,6 +24,8 @@ A Add-on can speak to [Home-Assistant API][hass-api] with our internal proxy. Th It is also possible to speak direct to Home-Assistant instance with name `homeassistant` over our internal Network. But you need know the running config. +We have severals services for Hass.io inside Home-Assistant to execute some task. So you can also use `hassio.addon_stdin` to send data over STDIN to a add-on. + ## {% 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/`.