Site updated at 2016-07-17 16:00:33 UTC

This commit is contained in:
Travis CI 2016-07-17 16:00:33 +00:00
parent 7dcc4b1fdb
commit b694ba9887
22 changed files with 42 additions and 32 deletions

View file

@ -89,9 +89,18 @@
<hr class="divider">
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
<span class="key">garage_door</span>:
<p>This platform allows you to use a Raspberry PI to control your Garage door.</p>
<p>It uses two pins on the Raspberry Pi. <br />
- The <code>state_pin</code> will detect if the door is closed, and<br />
- the <code>relay_pin</code> will trigger the door to open or close.</p>
<p>Although you do not need AndrewsHillidays software controller when you run Home Assistant, he has written clear instructions on how to hook your garage door &amp; sensors up to your Raspberry Pi, which can be found <a href="https://github.com/andrewshilliday/garage-door-controller#hardware-setup">here</a>.</p>
<p>Example configuration entry:</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="key">garage_door</span>:
<span class="key">platform</span>: <span class="string"><span class="content">rpi_gpio</span></span>
<span class="key">doors</span>:
- <span class="string"><span class="content">relay_pin: 10</span></span>
@ -105,6 +114,7 @@
</div>
</article>
@ -118,7 +128,7 @@
<section class="aside-module grid__item one-whole lap-one-half">
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.io/tree/master/source/_components/garage_door.rpi_gpio.markdown'>Edit this page on GitHub</a></div>
<div class='brand-logo-container section'>
<img src='/images/supported_brands/wink.png' />
<img src='/images/supported_brands/raspberry-pi.png' />
</div>
<div class='section'>
Introduced in release: 0.23

View file

@ -3201,7 +3201,7 @@ Support for these components is provided by the Home Assistant community.
style='display: none'>
<div class='img-container'>
<img src='/images/supported_brands/wink.png'>
<img src='/images/supported_brands/raspberry-pi.png'>
</div>
<div class='title'>Raspberry Pi Garage door</div>