Site updated at 2017-10-08 20:58:53 UTC

This commit is contained in:
Travis CI 2017-10-08 20:58:53 +00:00
parent 631e5bc443
commit f4afb1eb5d
94 changed files with 134 additions and 64 deletions

View file

@ -82,6 +82,7 @@
<p>A Add-on can speak to <a href="https://home-assistant.io/developers/rest_api/">Home-Assistant API</a> with our internal proxy. That make it very easy to speak to this API without you need know the password, port or any other information for the Home-Assistant instance. Use this url: <code class="highlighter-rouge">http://hassio/homeassistant/api</code> and they will internal redirected to the right place. As next add <code class="highlighter-rouge">homeassistant_api: true</code> to <code class="highlighter-rouge">config.json</code>.</p>
<p>It is also possible to speak direct to Home-Assistant instance with name <code class="highlighter-rouge">homeassistant</code> over our internal Network. But you need know the running config.</p>
<h2><a class="title-link" name="hassio-api" href="#hassio-api"></a> Hass.io API</h2>
<p>To call to our <a href="https://github.com/home-assistant/hassio/blob/master/API.md">Hass.io API</a> add <code class="highlighter-rouge">hassio_api: true</code> to <code class="highlighter-rouge">config.json</code>. Now you can use the API over this url: <code class="highlighter-rouge">http://hassio/</code>.</p>
</article>
</div>
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
@ -178,6 +179,7 @@
<ul>
<li><a href='/developers/hassio/addon_tutorial/'>Tutorial: Making your first add-on </a></li>
<li><a href='/developers/hassio/addon_config/'>Configuration </a></li>
<li><a class='active' href='/developers/hassio/addon_communication/'>Communication </a></li>
<li><a href='/developers/hassio/addon_testing/'>Local Testing </a></li>
<li><a href='/developers/hassio/addon_publishing/'>Publishing </a></li>
<li><a href='/developers/hassio/addon_repository/'>Repositories </a></li>