Site updated at 2016-10-08 18:28:01 UTC

This commit is contained in:
Travis CI 2016-10-08 18:28:02 +00:00
parent c33649c7ed
commit 85df6d11f5
522 changed files with 7493 additions and 3477 deletions

View file

@ -103,9 +103,6 @@ The ISY994 controller is manufactured by <a href="https://www.universal-devices.
<span class="s">host</span><span class="pi">:</span> <span class="s">ISY_ADDRESS</span>
<span class="s">username</span><span class="pi">:</span> <span class="s">ISY_USERNAME</span>
<span class="s">password</span><span class="pi">:</span> <span class="s">ISY_PASSWORD</span>
<span class="s">sensor_string</span><span class="pi">:</span> <span class="s">SENSOR_STRING</span>
<span class="s">hidden_string</span><span class="pi">:</span> <span class="s">HIDDEN_STRING</span>
<span class="s">tls</span><span class="pi">:</span> <span class="s">TLS_VERSION</span>
</code></pre>
</div>
<p>Configuration variables:</p>
@ -113,9 +110,7 @@ The ISY994 controller is manufactured by <a href="https://www.universal-devices.
<ul>
<li><strong>host</strong> (<em>Required</em>): The host entry should be in full URL format, eg. http://192.168.10.100:80</li>
<li><strong>username</strong> (<em>Required</em>): The username that used to access the ISY interface.</li>
<li>
<p><strong>password</strong> (<em>Required</em>): The password that used to access the ISY interface.</p>
</li>
<li><strong>password</strong> (<em>Required</em>): The password that used to access the ISY interface.</li>
<li><strong>sensor_string</strong> (<em>Optional</em>): This is the string that is used to identify which devices are to be assumed to be sensors instead of lights of switches. By default, this string is sensor. If this string is found in the device name or folder, Home Assistant will assume it is as a sensor or binary sensor (if the device has on/off or true/false states).</li>
<li><strong>hidden_string</strong> (<em>Optional</em>): The HIDDEN_STRING is a string that is used to identify which devices are to be hidden on Home Assistants front page. This string will be stripped from the devices name before being used. By default, this value is {HIDE ME}.</li>
<li><strong>tls</strong> (<em>Optional</em>): This entry should refelct the version of TLS that the ISY controller is using for HTTPS encryption. This value can be either 1.1 or 1.2. If this value is not set, it is assumed to be version 1.1. This is the default for most users. ISY994 Pro users may likely be using 1.2. When using HTTPS in the host entry, it is best practice to set this value.</li>
@ -222,6 +217,9 @@ The ISY994 controller is manufactured by <a href="https://www.universal-devices.
<div class='brand-logo-container section'>
<img src='/images/supported_brands/universal_devices.png' />
</div>
<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 Push
</div>
<div class='section'>
Introduced in release: 0.28
</div>
@ -263,6 +261,9 @@ The ISY994 controller is manufactured by <a href="https://www.universal-devices.
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/digital_ocean/'>Digital Ocean</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>