Site updated at 2016-05-07 12:00:32 UTC
This commit is contained in:
parent
6778ec2f0a
commit
ff2f6dba07
66 changed files with 174 additions and 27 deletions
|
@ -89,7 +89,7 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code>arduino</code> switch platform allows you to control the digital pins of your <a href="https://www.arduino.cc/">Arduino</a> board. Support for switching pins is limited to high/on and low/off of the digital pins. PWM (pin 3,5,6,9,10, and 11 on an Arduino Uno) is not supported yet.</p>
|
||||
<p>The <code>arduino</code> switch platform allows you to control the digital pins of your <a href="https://www.arduino.cc/">Arduino</a> board. Support for switching pins is limited to high/on and low/off of the digital pins. PWM (pin 3, 5, 6, 9, 10, and 11 on an Arduino Uno) is not supported yet.</p>
|
||||
|
||||
<p>To enable the Arduino pins with Home Assistant, add the following section to your <code>configuration.yaml</code> file:</p>
|
||||
|
||||
|
@ -142,6 +142,9 @@
|
|||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/arduino.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
Introduced in release: pre 0.7
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
<a href='/components/switch/'>the Switches component</a>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue