Site updated at 2017-07-08 08:25:55 UTC

This commit is contained in:
Travis CI 2017-07-08 08:25:56 +00:00
parent 36180cdcb2
commit 7a568c513f
27 changed files with 43 additions and 39 deletions

View file

@ -75,6 +75,8 @@
</header>
<hr class="divider">
<p>Integrates Verisure binary sensors into Home Assistant. See the <a href="/components/verisure/">main component</a> for configuration instructions.</p>
<p>The following binary sensor types are supported:</p>
<p>Door &amp; Window</p>
</article>
</div>
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">

View file

@ -91,6 +91,8 @@
<p>Configuration variables:</p>
<ul>
<li><strong>printers</strong> array (<em>Required</em>): List of printers to add.</li>
<li><strong>host</strong> (<em>Optional</em>): IP address of the CUPS print server.</li>
<li><strong>port</strong> (<em>Optional</em>): Port address of the CUPS print server. Defaults to 631.</li>
</ul>
<p class="note">
You will need to install the <code class="highlighter-rouge">python3-dev</code> or <code class="highlighter-rouge">python3-devel</code> and the development files for CUPS (<code class="highlighter-rouge">libcups2-dev</code> or<code class="highlighter-rouge">cups-devel</code>) package on your system manually (eg. <code class="highlighter-rouge">sudo apt-get install python3-dev libcups2-dev</code> or <code class="highlighter-rouge">sudo dnf -y install python3-devel cups-devel</code>) along with a compiler (<code class="highlighter-rouge">gcc</code>).