Site updated at 2017-09-09 08:11:28 UTC

This commit is contained in:
Travis CI 2017-09-09 08:11:28 +00:00
parent 884f293365
commit f9e31a30cd
827 changed files with 13304 additions and 2121 deletions

View file

@ -75,7 +75,7 @@
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">abode</code> security control panel platform allows you to control your <a href="https://goabode.com/">Abode</a> alarms.</p>
<p>This component will automatically add <code class="highlighter-rouge">Door Contact</code> and <code class="highlighter-rouge">Motion Camera</code> binary sensors that are configured in your Abode account.</p>
<p>This component will automatically add <code class="highlighter-rouge">Door Contact</code>, <code class="highlighter-rouge">Motion Camera</code>, <code class="highlighter-rouge">Water Sensor</code>, <code class="highlighter-rouge">Keypad</code>, <code class="highlighter-rouge">Glass Break</code>, and <code class="highlighter-rouge">Status Display</code> binary sensors that are configured in your Abode account.</p>
<p>The requirement is that you have setup your <a href="/components/abode/">Abode hub</a>.</p>
</article>
</div>
@ -84,10 +84,10 @@
<section class="aside-module grid__item one-whole lap-one-half">
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/binary_sensor.abode.markdown'>Edit this page on GitHub</a></div>
<div class='brand-logo-container section'>
<img src='/images/supported_brands/alarmdecoder.png' />
<img src='/images/supported_brands/abode.jpg' />
</div>
<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>: Cloud Polling
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Cloud Push
</div>
<div class='section'>
Introduced in release: 0.52
@ -102,9 +102,18 @@
<li><a href='/components/alarm_control_panel.abode/'>
Abode Alarm Control Panel
</a></li>
<li><a href='/components/cover.abode/'>
Abode Cover
</a></li>
<li><a href='/components/abode/'>
Abode Home Security
</a></li>
<li><a href='/components/lock.abode/'>
Abode Lock
</a></li>
<li><a href='/components/switch.abode/'>
Abode Switch
</a></li>
</ul>
</div>
<div class='section'>
@ -125,6 +134,9 @@
<li>
<a href='/components/binary_sensor.axis/'>Axis Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.bayesian/'>Bayesian Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.bbb_gpio/'>BeagleBone Black GPIO Binary Sensor</a>
</li>
@ -242,6 +254,9 @@
<li>
<a href='/components/binary_sensor.template/'>Template Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.tesla/'>Tesla Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.threshold/'>Threshold Binary Sensor</a>
</li>