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

@ -95,20 +95,17 @@
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">switch</span><span class="pi">:</span>
<span class="s">platform</span><span class="pi">:</span> <span class="s">edimax</span>
<span class="s">host</span><span class="pi">:</span> <span class="s">192.168.1.32</span>
<span class="s">username</span><span class="pi">:</span> <span class="s">YOUR_USERNAME</span>
<span class="s">password</span><span class="pi">:</span> <span class="s">YOUR_PASSWORD</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">Edimax Smart Plug</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">edimax</span>
<span class="s">host</span><span class="pi">:</span> <span class="s">192.168.1.32</span>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>host</strong> (<em>Required</em>): The IP address of your Edimax switch, eg. 192.168.1.32</li>
<li><strong>username</strong> (<em>Optional</em>): Your username for the Edimax switch. Defaults to “admin”.</li>
<li><strong>password</strong> (<em>Optional</em>): Your password for the Edimax switch. Defaults to “1234”.</li>
<li><strong>host</strong> (<em>Required</em>): The IP address of your Edimax switch, eg. <code class="highlighter-rouge">192.168.1.32</code>.</li>
<li><strong>username</strong> (<em>Optional</em>): Your username for the Edimax switch. Defaults to <code class="highlighter-rouge">admin</code>.</li>
<li><strong>password</strong> (<em>Optional</em>): Your password for the Edimax switch. Defaults to <code class="highlighter-rouge">1234</code>.</li>
<li><strong>name</strong> (<em>Optional</em>): The name to use when displaying this switch.</li>
</ul>
@ -139,6 +136,9 @@
<div class='section'>
<h1 class="title delta">Category Switch</h1>
<ul class='divided'>
<li>
<a href='/components/switch.anel_pwrctrl/'>ANEL PwrCtrl Switch</a>
</li>
<li>
<a href='/components/switch.acer_projector/'>Acer Projector Switch</a>
</li>