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
|
@ -6,22 +6,22 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>TPLink Switch - Home Assistant</title>
|
||||
<title>TP-Link Switch - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to integrate TPLink switches into Home Assistant.">
|
||||
<meta name="description" content="Instructions how to integrate TP-Link switches into Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/switch.tplink/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="TPLink Switch">
|
||||
<meta property="og:title" content="TP-Link Switch">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/switch.tplink/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate TPLink switches into Home Assistant.">
|
||||
<meta property="og:description" content="Instructions how to integrate TP-Link switches into Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
<meta name="twitter:title" content="TPLink Switch">
|
||||
<meta name="twitter:description" content="Instructions how to integrate TPLink switches into Home Assistant.">
|
||||
<meta name="twitter:title" content="TP-Link Switch">
|
||||
<meta name="twitter:description" content="Instructions how to integrate TP-Link switches into Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
|
@ -70,11 +70,11 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
TPLink Switch
|
||||
TP-Link Switch
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<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>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">TP-Link smart switch</a>.</p>
|
||||
<p>Supported units:</p>
|
||||
<ul>
|
||||
<li>HS100</li>
|
||||
|
@ -82,7 +82,7 @@
|
|||
<li>HS110</li>
|
||||
<li>HS200</li>
|
||||
</ul>
|
||||
<p>To use your TPLink switch in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<p>To use your TP-Link switch in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<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="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">tplink</span>
|
||||
|
@ -95,7 +95,7 @@
|
|||
<dt><a class="title-link" name="name" href="#name"></a> name</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Optional)</span><span class="description">The name to use when displaying this switch.</span></p>
|
||||
<p class="default">Default value: Random Sensor</p>
|
||||
<p class="default">Default value: TP-Link Switch</p>
|
||||
</dd>
|
||||
<dt><a class="title-link" name="host" href="#host"></a> host</dt>
|
||||
<dd>
|
||||
|
@ -104,7 +104,6 @@
|
|||
<dt><a class="title-link" name="enable_leds" href="#enable_leds"></a> enable_leds</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="boolean">boolean</span>)</span><span class="required">(Optional)</span><span class="description">If the LEDs on the switch (WiFi and power) should be lit.</span></p>
|
||||
<p class="default">Default value: true</p>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
@ -138,7 +137,7 @@
|
|||
TP-Link
|
||||
</a></li>
|
||||
<li><a href='/components/light.tplink/'>
|
||||
TPLink Bulb
|
||||
TP-Link Bulb
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -296,7 +295,7 @@
|
|||
<a href='/components/switch.skybell/'>Skybell Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
TPLink Switch
|
||||
TP-Link Switch
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.tellstick/'>TellStick Switch</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue