Site updated at 2016-08-22 08:21:42 UTC
This commit is contained in:
parent
f9d65cbe57
commit
4acb07bf8e
559 changed files with 18878 additions and 21688 deletions
|
@ -89,7 +89,7 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code>tplink</code> switch platform allows you to control the state of your <a href="http://www.tp-link.com/en/products/list-5258.html">TPLink smart switch</a>.</p>
|
||||
<p>The <code class="highlighter-rouge">tplink</code> switch platform allows you to control the state of your <a href="http://www.tp-link.com/en/products/list-5258.html">TPLink smart switch</a>.</p>
|
||||
|
||||
<p>Supported units:</p>
|
||||
|
||||
|
@ -98,16 +98,14 @@
|
|||
<li>HS110</li>
|
||||
</ul>
|
||||
|
||||
<p>To use your TPLink switch in your installation, add the following to your <code>configuration.yaml</code> file:</p>
|
||||
<p>To use your TPLink switch in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
|
||||
<span class="key">switch</span>:
|
||||
<span class="key">platform</span>: <span class="string"><span class="content">tplink</span></span>
|
||||
<span class="key">host</span>: <span class="string"><span class="content">IP_ADRRESS</span></span>
|
||||
<span class="key">name</span>: <span class="string"><span class="content">TP-Link Switch</span></span>
|
||||
</pre></div>
|
||||
</div>
|
||||
<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">tplink</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s">IP_ADRRESS</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s">TP-Link Switch</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>Configuration variables:</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue