Site updated at 2017-05-01 09:23:43 UTC

This commit is contained in:
Travis CI 2017-05-01 09:23:43 +00:00
parent 12e3cdc07d
commit dd775809ce
28 changed files with 46 additions and 40 deletions

View file

@ -80,7 +80,7 @@ Its HIGHLY recommended that you set the <code class="highlighter-rouge">api_p
<li><strong>api_password</strong> (<em>Optional</em>): Protect Home Assistant with a password.</li>
<li><strong>server_host</strong> (<em>Optional</em>): Only listen to incoming requests on specific ip/host (default: accept all)</li>
<li><strong>server_port</strong> (<em>Optional</em>): Let you set a port to use. Defaults to 8123.</li>
<li><strong>base_url</strong> (<em>Optional</em>): The url that Home Assistant is available on the internet. For example: <code class="highlighter-rouge">hass-example.duckdns.org:8123</code>. Defaults to local IP address.</li>
<li><strong>base_url</strong> (<em>Optional</em>): The url that Home Assistant is available on the internet. For example: <code class="highlighter-rouge">hass-example.duckdns.org:8123</code>. Defaults to local IP address. The IOS app finds local installations, if you have a outside url use this so that you can auto fill when discovered in the app.</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>

View file

@ -377,7 +377,7 @@ var allComponents = [
{url:"/components/notify.joaoapps_join/", title:"Join Notify", cat:"notifications", featured: false, v: 24, logo: "joaoapps_join.png"},
{url:"/components/knx/", title:"KNX", cat:"diy", featured: false, v: 24, logo: "knx.png"},
{url:"/components/binary_sensor.knx/", title:"KNX Binary Sensor", cat:"binary-sensor", featured: false, v: 24, logo: "knx.png"},
{url:"/components/light.knx/", title:"KNX Light", cat:"diy", featured: false, v: 0, logo: "knx.png"},
{url:"/components/light.knx/", title:"KNX Light", cat:"diy", featured: false, v: 44, logo: "knx.png"},
{url:"/components/sensor.knx/", title:"KNX Sensor", cat:"diy", featured: false, v: 29, logo: "knx.png"},
{url:"/components/switch.knx/", title:"KNX Switch", cat:"diy", featured: false, v: 24, logo: "knx.png"},
{url:"/components/climate.knx/", title:"KNX Thermostat", cat:"diy", featured: false, v: 25, logo: "knx.png"},

View file

@ -93,6 +93,9 @@ For switching/light actuators that are only controlled by a single group address
<div class='section'>
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Polling
</div>
<div class='section'>
Introduced in release: 0.44
</div>
<div class='section'>
This is a platform for
<a href='/components/light/'>the Lights component</a>.