Site updated at 2017-02-26 00:49:31 UTC

This commit is contained in:
Travis CI 2017-02-26 00:49:31 +00:00
parent 092dbe14ce
commit 87b3c263a3
500 changed files with 9754 additions and 1957 deletions

View file

@ -92,6 +92,14 @@
<p>Home Assistant can give you an interface to control covers such as rollershutters, blinds, and garage doors.</p>
<p>The display style of each entity can be modified in the <a href="/getting-started/customizing-devices/">customize section</a>. The following device classes are supported for covers:</p>
<ul>
<li><strong>None</strong>: Generic cover device</li>
<li><strong>window</strong>: Window controller</li>
<li><strong>garage</strong>: Garage door controller</li>
</ul>
<h2><a class="title-link" name="services" href="#services"></a> Services</h2>
<h3><a class="title-link" name="cover-control-services" href="#cover-control-services"></a> Cover control services</h3>
@ -226,6 +234,9 @@
<li><a href='/components/cover.mqtt/'>
MQTT Cover
</a></li>
<li><a href='/components/cover.myq/'>
MyQ Cover
</a></li>
<li><a href='/components/cover.mysensors/'>
MySensors Cover
</a></li>