505 B
505 B
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | Raspberry Pi Garage door | Instructions how to setup the Raspberry Pi garage doors within Home Assistant. | 2016-02-12 07:00 | true | false | true | true | wink.png | Garage Door | 0.23 |
# 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'