Site updated at 2016-02-06 08:29:23 UTC

This commit is contained in:
Travis CI 2016-02-06 08:29:23 +00:00
parent 7b2a5d90d0
commit d7983e2819
165 changed files with 2151 additions and 2125 deletions

View file

@ -7,7 +7,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>aREST binary sensor - Home Assistant</title>
<title>aREST Binary Sensor - Home Assistant</title>
<meta name="author" content="Paulus Schoutsen">
<meta name="description" content="Instructions how to integrate aREST binary sensors within Home Assistant.">
@ -15,7 +15,7 @@
<link rel="canonical" href="https://home-assistant.io/components/binary_sensor.arest/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="aREST binary sensor">
<meta property="og:title" content="aREST Binary Sensor">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/binary_sensor.arest/">
<meta property="og:type" content="article">
@ -25,7 +25,7 @@
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@home_assistant">
<meta name="twitter:title" content="aREST binary sensor">
<meta name="twitter:title" content="aREST Binary Sensor">
<meta name="twitter:description" content="Instructions how to integrate aREST binary sensors within Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
@ -102,12 +102,12 @@
<article class="page">
<header>
<h1 class="title indent">
aREST binary sensor
aREST Binary Sensor
</h1>
</header>
<hr class="divider">
<p>The arest binary sensor platform allows you to get all data from your devices (like Arduinos with a ethernet/wifi connection, the ESP8266, and the Raspberry Pi) running the <a href="http://arest.io/">aREST</a> RESTful framework.</p>
<p>The <code>arest</code> binary sensor platform allows you to get all data from your devices (like Arduinos with a ethernet/wifi connection, the ESP8266, and the Raspberry Pi) running the <a href="http://arest.io/">aREST</a> RESTful framework.</p>
<p>To use your aREST binary sensor in your installation, add the following to your <code>configuration.yaml</code> file:</p>
@ -167,10 +167,10 @@ This sensor is not suitable for fast state changes because there is a high possi
<h1 class='title delta'>Related components</h1>
<ul class='divided'>
<li><a href='/components/sensor.arest/'>
aREST sensor
aREST Sensor
</a></li>
<li><a href='/components/switch.arest/'>
aREST switch
aREST Switch
</a></li>
</ul>
</div>
@ -178,22 +178,22 @@ This sensor is not suitable for fast state changes because there is a high possi
<h1 class="title delta">Category Binary Sensor</h1>
<ul class='divided'>
<li>
<a href='/components/binary_sensor.command/'>Command line binary sensor</a>
<a href='/components/binary_sensor.command/'>Command line Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.mqtt/'>MQTT binary sensor</a>
<a href='/components/binary_sensor.mqtt/'>MQTT Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.nest/'>Nest binary sensor</a>
<a href='/components/binary_sensor.nest/'>Nest Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.rest/'>RESTful binary sensor</a>
<a href='/components/binary_sensor.rest/'>RESTful Binary Sensor</a>
</li>
<li>
<a href='/components/binary_sensor.zigbee/'>ZigBee Binary Sensor</a>
</li>
<li>
aREST binary sensor
aREST Binary Sensor
</li>
</ul>
</div>