home-assistant.github.io/source/_components/garage_door.rpi_gpio.markdown
2016-07-01 08:45:13 -07:00

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'