Site updated at 2016-02-06 22:21:15 UTC

This commit is contained in:
Travis CI 2016-02-06 22:21:15 +00:00
parent d7983e2819
commit 6cbda4837c
60 changed files with 966 additions and 175 deletions

View file

@ -124,13 +124,20 @@
<p>Configuration variables:</p>
<ul>
<li><strong>api_password</strong> (<em>Optional</em>): Protect Home Assistant with a password</li>
<li><strong>api_password</strong> (<em>Optional</em>): Protect Home Assistant with a password.</li>
<li><strong>server_port</strong> (<em>Optional</em>): Let you set a port to use. Defaults to 8123.</li>
<li><strong>development</strong> (<em>Optional</em>): Disable caching and load unvulcanized assets. Useful for Frontend development.</li>
<li><strong>ssl_certificate</strong> (<em>Optional</em>): Path to your TLS/SSL certificate to serve Home Assistant over a secure connection.</li>
<li><strong>ssl_key</strong> (<em>Optional</em>): Path to your TLS/SSL key to serve Home Assistant over a secure connection.</li>
</ul>
<p>On top of the <code>http</code> component is a <a href="/developers/rest_api/">REST API</a> and a <a href="/developers/python_api/">Python API</a> available.</p>
<p>The <code>http</code> platforms are not a real platform within the meaning of the terminology used around Home Assistant. Home Assistants <a href="/developers/rest_api/">REST API</a> is consuming and proceeding messages received over HTTP.</p>
<p>To use those kind of sensors 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> needs to be sent to the endpoint of the device and must be <strong>POST</strong>.</p>
</article>
@ -147,6 +154,17 @@
<div class='brand-logo-container section'>
<img src='/images/supported_brands/http.png' />
</div>
<div class='section'>
<h1 class='title delta'>Related components</h1>
<ul class='divided'>
<li><a href='/components/binary_sensor.http/'>
HTTP Binary Sensor
</a></li>
<li><a href='/components/sensor.http/'>
HTTP Sensor
</a></li>
</ul>
</div>
<div class='section'>
<h1 class="title delta">Category Other</h1>
<ul class='divided'>