Site updated at 2016-01-18 01:04:13 UTC
This commit is contained in:
parent
bdff698a23
commit
40b05e5151
154 changed files with 3079 additions and 980 deletions
|
@ -9,7 +9,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Raspberry PI GPIO switch - Home Assistant</title>
|
||||
<meta name="author" content="Paulus Schoutsen">
|
||||
<meta name="description" content="Instructions how to integrate the GPIO of a Raspberry PI into Home Assistant.">
|
||||
<meta name="description" content="Instructions how to integrate the GPIO of a Raspberry PI into Home Assistant as a switch.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/switch.rpi_gpio/">
|
||||
|
@ -19,14 +19,14 @@
|
|||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/switch.rpi_gpio/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to integrate the GPIO of a Raspberry PI into Home Assistant.">
|
||||
<meta property="og:description" content="Instructions how to integrate the GPIO of a Raspberry PI into Home Assistant as a switch.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="Raspberry PI GPIO switch">
|
||||
<meta name="twitter:description" content="Instructions how to integrate the GPIO of a Raspberry PI into Home Assistant.">
|
||||
<meta name="twitter:description" content="Instructions how to integrate the GPIO of a Raspberry PI into Home Assistant as a switch.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
|
@ -167,26 +167,62 @@ If you are not running Raspbian Jessie, you will need to run Home Assistant as r
|
|||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category DIY</h1>
|
||||
<h1 class="title delta">Category Switch</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/arduino/'>Arduino</a>
|
||||
<a href='/components/switch.wemo/'>Belkin WeMo switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.arduino/'>Arduino sensor</a>
|
||||
<a href='/components/switch.command_switch/'>Command line switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.arduino/'>Arduino switch</a>
|
||||
<a href='/components/switch.edimax/'>Edimax switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.dht/'>DHT sensor</a>
|
||||
<a href='/components/switch.mqtt/'>MQTT switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/binary_sensor.rpi_gpio/'>Raspberry PI GPIO sensor</a>
|
||||
<a href='/components/switch.modbus/'>Modbus switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.mysensors/'>MySensors switches</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.orvibo/'>Orvibo switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.rest/'>RESTful switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.rfxtrx/'>RFXtrx switch</a>
|
||||
</li>
|
||||
<li>
|
||||
Raspberry PI GPIO switch
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.tellstick/'>TellStick switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.tellduslive/'>Telldus Live switches</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.transmission/'>Transmission switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.vera/'>Vera switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.wink/'>Wink switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.zwave/'>Z-Wave switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.arest/'>aREST switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.mystrom/'>myStrom switch</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue