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

@ -121,8 +121,8 @@ Dont use option <code class="highlighter-rouge">server_host</code> on a hass.
</code></pre>
</div>
<p>The <a href="/blog/2015/12/13/setup-encryption-using-lets-encrypt/">Set up encryption using Lets Encrypt</a> blog post gives you details about the encryption of your traffic using free certificates from <a href="https://letsencrypt.org/">Lets Encrypt</a>.</p>
<p>Or use a self signed certificate following the instructions here <a href="/docs/ecosystem/certificates/tls_self_signed_certificate/">Self-signed certificate for SSL/TLS</a></p>
<p>On top of the <code class="highlighter-rouge">http</code> component is a <a href="/developers/rest_api/">REST API</a> and a <a href="/developers/python_api/">Python API</a> available. There is also support for <a href="/developers/server_sent_events/">Server-sent events</a>.</p>
<p>Or use a self signed certificate following the instructions here <a href="/docs/ecosystem/certificates/tls_self_signed_certificate/">Self-signed certificate for SSL/TLS</a>.</p>
<p>On top of the <code class="highlighter-rouge">http</code> component is a <a href="/developers/rest_api/">REST API</a>, <a href="/developers/python_api/">Python API</a> and <a href="/developers/websocket_api/">WebSocket API</a> available. There is also support for <a href="/developers/server_sent_events/">Server-sent events</a>.</p>
<p>The <code class="highlighter-rouge">http</code> platforms are not real platforms within the meaning of the terminology used around Home Assistant. Home Assistants <a href="/developers/rest_api/">REST API</a> sends and receives messages over HTTP.</p>
<p>To use those kind of <a href="/components/sensor.http/">sensors</a> or <a href="components/binary_sensor.http/">binary sensors</a> in your installation no configuration in Home Assistant is needed. All configuration is done on the devices themselves. This means that you must be able to edit the target URL or endpoint and the payload. The entity will be created after the first message has arrived.</p>
<p>All <a href="/developers/rest_api/#post-apistatesltentity_id">requests</a> need to be sent to the endpoint of the device and must be <strong>POST</strong>.</p>
@ -159,6 +159,9 @@ Please note, that sources from <code class="highlighter-rouge">trusted_networks<
<div class='section'>
<h1 class="title delta">Category Other</h1>
<ul class='divided'>
<li>
<a href='/components/api/'>API</a>
</li>
<li>
<a href='/components/asterisk_mbox/'>Asterisk Voicemail</a>
</li>
@ -216,6 +219,9 @@ Please note, that sources from <code class="highlighter-rouge">trusted_networks<
<li>
<a href='/components/updater/'>Updater</a>
</li>
<li>
<a href='/components/websocket_api/'>Websocket API</a>
</li>
<li>
<a href='/components/zeroconf/'>Zeroconf/Avahi/Bonjour</a>
</li>