Site updated at 2017-04-22 08:18:58 UTC
This commit is contained in:
parent
ccb445b786
commit
8bfdad789d
554 changed files with 9309 additions and 1417 deletions
|
@ -72,15 +72,11 @@
|
|||
<p>To use Lutron Caseta devices in your installation, add the following to your configuration.yaml file using the IP of your lutron Smartbridge:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">lutron_caseta</span><span class="pi">:</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s"><ip_address></span>
|
||||
<span class="s">username</span><span class="pi">:</span> <span class="s">lutron</span>
|
||||
<span class="s">password</span><span class="pi">:</span> <span class="s">integration</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>host</strong> (<em>Required</em>): The IP address of the Lutron SmartBridge.</li>
|
||||
<li><strong>username</strong> (<em>Required</em>): The login name of the user. The user <code class="highlighter-rouge">lutron</code> always exists.</li>
|
||||
<li><strong>password</strong> (<em>Required</em>): The password for the user specified above. <code class="highlighter-rouge">integration</code> is the password for the always-present <code class="highlighter-rouge">lutron</code> user.</li>
|
||||
</ul>
|
||||
<p class="note">
|
||||
It is recommended to assign a static IP address to your Lutron SmartBridge. This ensures that it won’t change IP address, so you won’t have to change the <code class="highlighter-rouge">host</code> if it reboots and comes up with a different IP address.
|
||||
|
@ -103,6 +99,9 @@
|
|||
<li>
|
||||
<a href='/components/apcupsd/'>APCUPSd</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/alarmdecoder/'>AlarmDecoder Alarm</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/android_ip_webcam/'>Android IP Webcam</a>
|
||||
</li>
|
||||
|
@ -130,6 +129,9 @@
|
|||
<li>
|
||||
<a href='/components/homematic/'>Homematic</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/tradfri/'>IKEA Trådfri (Tradfri)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/isy994/'>ISY994 Controller</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue