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
|
@ -75,11 +75,8 @@
|
|||
</header>
|
||||
<hr class="divider">
|
||||
<p>This <code class="highlighter-rouge">rainbird</code> switch platform allows interacting with <a href="http://www.rainbird.com/landscape/products/controllers/LNK-WiFi.htm">LNK WiFi</a> module of the Rain Bird Irrigation system in Home Assistant.</p>
|
||||
<p>To enable stations as switches inside Home Assistant, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<p>Once you have enabled the <a href="/components/rainbird">Rain Bird component</a>, 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="s">switch</span><span class="pi">:</span>
|
||||
<span class="s">platform</span><span class="pi">:</span> <span class="s">rainbird</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s1">'</span><span class="s">1.1.1.1'</span>
|
||||
<span class="s">password</span><span class="pi">:</span> <span class="s1">'</span><span class="s">secretpassword'</span>
|
||||
<span class="s">sprinkler_1</span><span class="pi">:</span>
|
||||
<span class="s">zone</span><span class="pi">:</span> <span class="s">1</span>
|
||||
<span class="s">friendly_name</span><span class="pi">:</span> <span class="s2">"</span><span class="s">Front</span><span class="nv"> </span><span class="s">sprinklers"</span>
|
||||
|
@ -94,8 +91,6 @@
|
|||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>stickip</strong> (<em>Required</em>): The IP address of your LNK WiFi Module.</li>
|
||||
<li><strong>password</strong> (<em>Required</em>): The password for accessing the module.</li>
|
||||
<li><strong>zone</strong> (<em>Required</em>): Station zone identifier.</li>
|
||||
<li><strong>friendly_name</strong> (<em>Optional</em>): Just a friendly name for the station.</li>
|
||||
<li><strong>trigger_time</strong> (<em>Required</em>): The default duration to sprinkle the zone.</li>
|
||||
|
@ -124,6 +119,17 @@
|
|||
<div class='section'>
|
||||
This is a platform for
|
||||
<a href='/components/switch/'>the Switches component</a>.
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class='title delta'>Related components</h1>
|
||||
<ul class='divided'>
|
||||
<li><a href='/components/rainbird/'>
|
||||
Rain Bird
|
||||
</a></li>
|
||||
<li><a href='/components/sensor.rainbird/'>
|
||||
Rain Bird Sensor
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Hub</h1>
|
||||
|
@ -263,6 +269,9 @@
|
|||
<li>
|
||||
<a href='/components/netatmo/'>Netatmo</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/nuheat/'>NuHeat</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/nuimo_controller/'>Nuimo controller</a>
|
||||
</li>
|
||||
|
@ -284,6 +293,12 @@
|
|||
<li>
|
||||
<a href='/components/rfxtrx/'>RFXtrx</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/rainbird/'>Rain Bird</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.rainbird/'>Rain Bird Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
Rain Bird Switch
|
||||
</li>
|
||||
|
@ -371,6 +386,9 @@
|
|||
<li>
|
||||
<a href='/components/zoneminder/'>ZoneMinder</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/deconz/'>deCONZ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ecobee/'>ecobee</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue