Site updated at 2017-07-29 20:48:07 UTC

This commit is contained in:
Travis CI 2017-07-29 20:48:08 +00:00
parent e226901c2b
commit e55d4ce725
31 changed files with 70 additions and 46 deletions

View file

@ -74,7 +74,14 @@
</h1>
</header>
<hr class="divider">
<p>To get your Lutron Caseta covers working with Home Assistant, follow the instructions for the general <a href="/components/lutron_caseta/">Lutron Caseta component</a>.</p>
<p>To get your Lutron Caseta covers (Serena Shades) working with Home Assistant, first follow the instructions for the general <a href="/components/lutron_caseta/">Lutron Caseta component</a>.</p>
<p>You also need to configure Lutron Caseta as a cover platform in 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">cover</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">lutron_caseta</span>
</code></pre>
</div>
<p>Your Lutron Caseta shades will be pulled into Home Assistant with the names they were assigned in the Lutron Caseta app.</p>
</article>
</div>
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
@ -87,6 +94,9 @@
<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
</div>
<div class='section'>
Introduced in release: 0.45
</div>
<div class='section'>
This is a platform for
<a href='/components/cover/'>the Covers component</a>.

View file

@ -95,6 +95,7 @@
<li>Bose Soundtouch speakers</li>
<li>Axis Communications security devices</li>
<li>IKEA Trådfri (Tradfri)</li>
<li>Harmony Hub</li>
</ul>
<p>It will be able to add Google Chromecasts and Belkin WeMo switches automatically, for Philips Hue it will require some configuration from the user.</p>
<p>To load this component, add the following lines to your <code class="highlighter-rouge">configuration.yaml</code>:</p>

View file

@ -96,6 +96,19 @@
<li><code class="highlighter-rouge">frontend.reload_themes</code> - reloads theme configuration from yaml.</li>
<li><code class="highlighter-rouge">frontend.set_theme(name)</code> - sets backend-preferred theme name.</li>
</ul>
<p>Example in automation:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">automation</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">alias</span><span class="pi">:</span> <span class="s1">'</span><span class="s">Set</span><span class="nv"> </span><span class="s">theme</span><span class="nv"> </span><span class="s">at</span><span class="nv"> </span><span class="s">startup'</span>
<span class="s">initial_state</span><span class="pi">:</span> <span class="s1">'</span><span class="s">on'</span>
<span class="s">trigger</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">homeassistant</span>
<span class="s">event</span><span class="pi">:</span> <span class="s">start</span>
<span class="s">action</span><span class="pi">:</span>
<span class="s">service</span><span class="pi">:</span> <span class="s">frontend.set_theme</span>
<span class="s">data</span><span class="pi">:</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">pink</span>
</code></pre>
</div>
</article>
</div>
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">

View file

@ -462,7 +462,7 @@ var allComponents = [
{url:"/components/sensor.loop_energy/", title:"Loop Energy", cat:"energy", featured: false, v: "0.17", logo: "loop.png"},
{url:"/components/lutron/", title:"Lutron", cat:"hub", featured: false, v: "0.37", logo: "lutron.png"},
{url:"/components/lutron_caseta/", title:"Lutron Caseta", cat:"hub", featured: false, v: "0.41", logo: "lutron.png"},
{url:"/components/cover.lutron_caseta/", title:"Lutron Caseta Cover", cat:"cover", featured: false, v: "0.0", logo: "lutron.png"},
{url:"/components/cover.lutron_caseta/", title:"Lutron Caseta Cover", cat:"cover", featured: false, v: "0.45", logo: "lutron.png"},
{url:"/components/light.lutron_caseta/", title:"Lutron Caseta Light", cat:"light", featured: false, v: "0.0", logo: "lutron.png"},
{url:"/components/switch.lutron_caseta/", title:"Lutron Caseta Switch", cat:"switch", featured: false, v: "0.0", logo: "lutron.png"},
{url:"/components/light.lutron/", title:"Lutron Light", cat:"light", featured: false, v: "0.0", logo: "lutron.png"},