Fix more for 0.23 release
This commit is contained in:
parent
ea6304ee6c
commit
bacd4aab21
8 changed files with 71 additions and 7 deletions
26
source/_components/garage_door.rpi_gpio.markdown
Normal file
26
source/_components/garage_door.rpi_gpio.markdown
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Raspberry Pi Garage door"
|
||||
description: "Instructions how to setup the Raspberry Pi garage doors within Home Assistant."
|
||||
date: 2016-02-12 07:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: wink.png
|
||||
ha_category: Garage Door
|
||||
ha_release: 0.23
|
||||
---
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
garage_door:
|
||||
platform: rpi_gpio
|
||||
doors:
|
||||
- relay_pin: 10
|
||||
state_pin: 11
|
||||
name: 'Left door'
|
||||
- relay_pin: 12
|
||||
state_pin: 13
|
||||
name: 'Right door'
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue