Site updated at 2016-02-06 08:29:23 UTC
This commit is contained in:
parent
7b2a5d90d0
commit
d7983e2819
165 changed files with 2151 additions and 2125 deletions
|
@ -111,7 +111,7 @@
|
|||
|
||||
<p>There are a lot of extensions (so called <a href="https://www.arduino.cc/en/Main/ArduinoShields">shields</a>) available. Those shields can be plugged-in into the existing connectors and stacked on top of each other. This makes it possible to expand the capabilities of the Arduino boards.</p>
|
||||
|
||||
<p>The arduino component is designed to let you use a directly attached board to your Home Assistant host over USB.</p>
|
||||
<p>The <code>arduino</code> component is designed to let you use a directly attached board to your Home Assistant host over USB.</p>
|
||||
|
||||
<p>You need to have the <a href="https://github.com/firmata/">Firmata firmware</a> on your board. Please upload the <code>StandardFirmata</code> sketch to your board, please refer to the <a href="https://www.arduino.cc/en/Main/Howto">Arduino documentation</a> for further information.</p>
|
||||
|
||||
|
@ -165,10 +165,10 @@ A word of caution: The Arduino boards are not storing states. This means that wi
|
|||
<h1 class='title delta'>Related components</h1>
|
||||
<ul class='divided'>
|
||||
<li><a href='/components/sensor.arduino/'>
|
||||
Arduino sensor
|
||||
Arduino Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/switch.arduino/'>
|
||||
Arduino switch
|
||||
Arduino Switch
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -179,13 +179,13 @@ A word of caution: The Arduino boards are not storing states. This means that wi
|
|||
Arduino
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.arduino/'>Arduino sensor</a>
|
||||
<a href='/components/sensor.arduino/'>Arduino Sensor</a>
|
||||
</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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue