Site updated at 2017-06-10 20:51:09 UTC
This commit is contained in:
parent
226d07e4cb
commit
d56df8e056
27 changed files with 46 additions and 46 deletions
|
@ -176,7 +176,7 @@ In order to apply attributes to an entity you will need to add <code class="high
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><code class="highlighter-rouge">entity_id</code></td>
|
||||
<td>no</td>
|
||||
<td>yes</td>
|
||||
<td>String or list of strings that point at <code class="highlighter-rouge">entity_id</code>s of lights. Else targets all.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -66,14 +66,14 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">rachio</code> switch platform allows you to control your <a href="http://rachio.com/">Rachio irrigations system</a>.</p>
|
||||
<p>The <code class="highlighter-rouge">rachio</code> switch platform allows you to control your <a href="http://rachio.com/">Rachio irrigation system</a>.</p>
|
||||
<h2><a class="title-link" name="getting-your-rachio-api-access-token" href="#getting-your-rachio-api-access-token"></a> Getting your Rachio API Access Token</h2>
|
||||
<ul>
|
||||
<ol>
|
||||
<li>Log in at <a href="https://app.rach.io/">https://app.rach.io/</a>.</li>
|
||||
<li>Click the user button at the top right.</li>
|
||||
<li>Click API Access Token.</li>
|
||||
<li>Copy the API access token from the dialog that opens.</li>
|
||||
</ul>
|
||||
</ol>
|
||||
<p>To add this platform to 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>
|
||||
|
@ -83,7 +83,7 @@
|
|||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>access_token</strong> (*Required): Your Rachio API Access Token.</li>
|
||||
<li><strong>access_token</strong> (<em>Required</em>): Your Rachio API Access Token.</li>
|
||||
<li><strong>manual_run_mins</strong> (<em>Optional</em>): For how long, in minutes, to turn on a station when the switch is enabled. Defaults to 10 minutes.</li>
|
||||
</ul>
|
||||
<h2><a class="title-link" name="examples" href="#examples"></a> Examples</h2>
|
||||
|
@ -118,7 +118,7 @@
|
|||
</code></pre>
|
||||
</div>
|
||||
<h3><a class="title-link" name="iframe" href="#iframe"></a> iFrame</h3>
|
||||
<p>If you would like to see the Rachio details then create an <a href="/components/panel_iframe/">iFrame</a> that contains the information accessible through your panel.</p>
|
||||
<p>If you would like to see and control more detailed zone information, create an <a href="/components/panel_iframe/">iFrame</a> that renders the Rachio web app.</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">panel_iframe</span><span class="pi">:</span>
|
||||
<span class="s">rachio</span><span class="pi">:</span>
|
||||
<span class="s">title</span><span class="pi">:</span> <span class="s">Rachio</span>
|
||||
|
@ -136,7 +136,7 @@
|
|||
<img src='/images/supported_brands/rachio.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Polling
|
||||
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Cloud Polling
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: 0.46
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue