Site updated at 2017-08-26 06:14:00 UTC

This commit is contained in:
Travis CI 2017-08-26 06:14:00 +00:00
parent 0408a5478d
commit bf5e0c0bc2
733 changed files with 8077 additions and 1976 deletions

View file

@ -75,7 +75,8 @@
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">totalconnect</code> platform provides connectivity with the Honeywell TotalConnect alarm systems used by many alarm companies.</p>
<p>If you have issues running this component, you may require “libxml2-dev” and “libxmlsec1-dev”. To install these on Hassbian, run the command <code class="highlighter-rouge">apt install libxml2-dev libxmlsec1-dev</code> with sudo</p>
<p>This platform supports the following services: <code class="highlighter-rouge">alarm_arm_away</code>, <code class="highlighter-rouge">alarm_arm_home</code>, <code class="highlighter-rouge">alarm_arm_night</code> and <code class="highlighter-rouge">alarm_disarm</code>.</p>
<p>If you have issues running this component, you may require <code class="highlighter-rouge">libxml2-dev</code> and <code class="highlighter-rouge">libxmlsec1-dev</code> packages. To install these on Hassbian, run the command <code class="highlighter-rouge">apt install libxml2-dev libxmlsec1-dev</code> with sudo.</p>
<p>To enable this, add the following lines to your <code class="highlighter-rouge">configuration.yaml</code>:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">alarm_control_panel</span><span class="pi">:</span>
@ -109,6 +110,9 @@
<div class='section'>
<h1 class="title delta">Category Alarm</h1>
<ul class='divided'>
<li>
<a href='/components/alarm_control_panel.abode/'>Abode Alarm Control Panel</a>
</li>
<li>
<a href='/components/alarm_control_panel.alarmdotcom/'>Alarm.com Alarm Control Panel</a>
</li>