Update addon_communication.markdown

This commit is contained in:
Pascal Vizeli 2017-10-08 23:15:26 +02:00 committed by GitHub
parent 67a2f19bd8
commit f47d6658e1

View File

@ -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/`.