Site updated at 2018-01-15 11:59:29 UTC
This commit is contained in:
parent
bd22e4b200
commit
bf18f14fe7
772 changed files with 16363 additions and 3384 deletions
|
@ -92,7 +92,8 @@ The ISY994 controller is manufactured by <a href="https://www.universal-devices.
|
|||
<li><strong>username</strong> (<em>Required</em>): The username that used to access the ISY interface.</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). This is only necessary for nodes that are not automatically detected as sensors by Home Assistant. Insteon door, window, motion and leak sensors should all be detected automatically.</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 Assistant’s front page. This string will be stripped from the device’s name before being used. By default, this value is ‘{HIDE ME}’.</li>
|
||||
<li><strong>ignore_string</strong> (<em>Optional</em>): Any devices that contain this string in their name (or folder path) will be ignored by Home Assistant. They will not become entities at all. The default value is <code class="highlighter-rouge"><span class="p">{</span><span class="err">IGNORE</span><span class="w"> </span><span class="err">ME</span><span class="p">}</span></code>.</li>
|
||||
<li><strong>enable_climate</strong> (<em>Optional</em>): When enabled, climate measurements from the optional climate module in the ISY994 will show up in Home Assistant as sensors. The default value is <code class="highlighter-rouge">True</code>.</li>
|
||||
<li><strong>tls</strong> (<em>Optional</em>): This entry should reflect 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>
|
||||
</ul>
|
||||
<p>Once the ISY controller is configured, it will automatically import any binary sensors, covers, fans, lights, locks, sensors and switches it can locate.</p>
|
||||
|
@ -380,6 +381,9 @@ The ISY994 controller is manufactured by <a href="https://www.universal-devices.
|
|||
<li>
|
||||
<a href='/components/netatmo/'>Netatmo</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/nuheat/'>NuHeat</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/nuimo_controller/'>Nuimo controller</a>
|
||||
</li>
|
||||
|
@ -401,6 +405,12 @@ The ISY994 controller is manufactured by <a href="https://www.universal-devices.
|
|||
<li>
|
||||
<a href='/components/rfxtrx/'>RFXtrx</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/rainbird/'>Rain Bird</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.rainbird/'>Rain Bird Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.rainbird/'>Rain Bird Switch</a>
|
||||
</li>
|
||||
|
@ -488,6 +498,9 @@ The ISY994 controller is manufactured by <a href="https://www.universal-devices.
|
|||
<li>
|
||||
<a href='/components/zoneminder/'>ZoneMinder</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/deconz/'>deCONZ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ecobee/'>ecobee</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue