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>Arduino sensor - Home Assistant</title>
<title>Arduino Sensor - Home Assistant</title>
<meta name="author" content="Paulus Schoutsen">
<meta name="description" content="Instructions how to integrate Arduino boards pins as sensors within Home Assistant.">
@ -15,7 +15,7 @@
<link rel="canonical" href="https://home-assistant.io/components/sensor.arduino/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Arduino sensor">
<meta property="og:title" content="Arduino Sensor">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/sensor.arduino/">
<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="Arduino sensor">
<meta name="twitter:title" content="Arduino Sensor">
<meta name="twitter:description" content="Instructions how to integrate Arduino boards pins as 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">
Arduino sensor
Arduino Sensor
</h1>
</header>
<hr class="divider">
<p>The arduino sensor platform allows allow you to get an numerical values from an analog input pin of an <a href="https://www.arduino.cc/">Arduino</a> board. Usually the value is between 0 and 1024.</p>
<p>The <code>arduino</code> sensor platform allows allow you to get an numerical values from an analog input pin of an <a href="https://www.arduino.cc/">Arduino</a> board. Usually the value is between 0 and 1024.</p>
<p>To enable an Arduino sensor with Home Assistant, add the following section to your <code>configuration.yaml</code> file:</p>
@ -162,7 +162,7 @@
Arduino
</a></li>
<li><a href='/components/switch.arduino/'>
Arduino switch
Arduino Switch
</a></li>
</ul>
</div>
@ -173,13 +173,13 @@
<a href='/components/arduino/'>Arduino</a>
</li>
<li>
Arduino sensor
Arduino Sensor
</li>
<li>
<a href='/components/switch.arduino/'>Arduino switch</a>
<a href='/components/switch.arduino/'>Arduino Switch</a>
</li>
<li>
<a href='/components/sensor.dht/'>DHT sensor</a>
<a href='/components/sensor.dht/'>DHT Sensor</a>
</li>
<li>
<a href='/components/zigbee/'>ZigBee</a>