Site updated at 2015-07-11 09:00:45 UTC

This commit is contained in:
Paulus Schoutsen 2015-07-11 02:00:45 -07:00
parent 853a81fe69
commit aaa26e2e2b
120 changed files with 1843 additions and 506 deletions

View file

@ -75,7 +75,7 @@
</ul>
</li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/help/help.html">Need help?</a></li>
<li><a href="/help/">Need help?</a></li>
</ul>
</nav>
@ -130,6 +130,7 @@ section to your <code>configuration.yaml</code> file:</p>
<span class='line-number'>8</span>
<span class='line-number'>9</span>
<span class='line-number'>10</span>
<span class='line-number'>11</span>
</pre></td><td class='code'><pre><code class='yaml'><span class='line'><span class="c1"># Example configuration.yaml entry</span>
</span><span class='line'><span class="l-Scalar-Plain">isy994</span><span class="p-Indicator">:</span>
</span><span class='line'> <span class="c1"># requried</span>
@ -140,6 +141,7 @@ section to your <code>configuration.yaml</code> file:</p>
</span><span class='line'> <span class="c1"># optional</span>
</span><span class='line'> <span class="l-Scalar-Plain">sensor_string</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">SENSOR_STRING</span>
</span><span class='line'> <span class="l-Scalar-Plain">hidden_string</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">HIDDEN_STRING</span>
</span><span class='line'> <span class="l-Scalar-Plain">tls</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">TLS_VERSION</span>
</span></code></pre></td></tr></table></div></figure>
@ -158,6 +160,12 @@ assume it is as a sensor.</p>
hidden on Home Assistant&rsquo;s front page. This string will be stripped from the
device&rsquo;s name before being used. By default, this value is &lsquo;{HIDE ME}&rsquo;.</p>
<p>The TLS_VERSION value is 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 ISY_ADDRESS
string, it is best practice to set this value.</p>
<p>Once the ISY controller is configured, it will automatically import any lights,
switches, and sensors it can locate.</p>