Site updated at 2017-11-15 10:02:00 UTC

This commit is contained in:
Travis CI 2017-11-15 10:02:00 +00:00
parent 1f68872274
commit a054e3832f
27 changed files with 66 additions and 65 deletions

View file

@ -75,7 +75,7 @@
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">vacuum</code> component enables the ability to control home cleaning robots within Home Assistant.</p>
<p>To use this component in your installation, add a <code class="highlighter-rouge">vacuum</code> platform to your <code class="highlighter-rouge">configuration.yaml</code> file, like the <a href="/components/vacuum.xiaomi/">Xiaomi</a>.</p>
<p>To use this component in your installation, add a <code class="highlighter-rouge">vacuum</code> platform to your <code class="highlighter-rouge">configuration.yaml</code> file, like the <a href="/components/vacuum.xiaomi_miio/">Xiaomi</a>.</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">vacuum</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">xiaomi_miio</span>

View file

@ -103,6 +103,7 @@
<li><strong>mouse</strong> (<em>Optional</em>): Set to 1 to show mouse detectors, 0 to disable. Default 1.</li>
<li><strong>door_window</strong> (<em>Optional</em>): Set to 1 to show door and window sensors, 0 to disable. Default 1.</li>
<li><strong>code_digits</strong> (<em>Optional</em>): Number of digits in PIN code. Default 4.</li>
<li><strong>giid</strong> (<em>Optional</em>): The GIID of your installation (If you have more then one alarm system).</li>
</ul>
</article>
</div>