Site updated at 2018-01-27 05:27:50 UTC

This commit is contained in:
Travis CI 2018-01-27 05:27:50 +00:00
parent 0e5bccf933
commit d499361ff7
853 changed files with 12458 additions and 2552 deletions

View file

@ -77,11 +77,12 @@
<p>Home Assistant provides various APIs. For detail please refer to <a href="https://dev-docs.home-assistant.io/en/dev/">Home Assistant API</a> documentation.</p>
<ul>
<li><a href="https://dev-docs.home-assistant.io/">Python API</a></li>
<li><a href="/developers/websocket_api/">Websocket API</a></li>
<li><a href="/developers/websocket_api/">WebSocket API</a></li>
<li><a href="/developers/rest_api/">REST API</a></li>
<li><a href="/developers/python_api/">Python REST API</a></li>
<li><a href="/developers/server_sent_events/">Server-sent events</a></li>
</ul>
<p>If you are not using the <a href="/components/frontend/"><code class="highlighter-rouge">frontend</code></a> in your setup then you need to enable the components by adding them to your <code class="highlighter-rouge">configuration.yaml</code> file. E.g., <a href="/components/websocket_api/"><code class="highlighter-rouge">websocket_api:</code></a> for the WebSocket API or <a href="/components/api/"><code class="highlighter-rouge">api:</code></a> for the <a href="/developers/rest_api/">REST API</a> and the <a href="/developers/python_api/">Python REST API</a>.</p>
</article>
</div>
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">