mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
example for optional values (#1562)
Added where to place optional values relay_time and state_pull_mode.
This commit is contained in:
parent
b43f615775
commit
ff4ec7f46d
@ -27,6 +27,8 @@ To enable Raspberry Pi Covers in your installation, add the following to your `c
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
cover:
|
cover:
|
||||||
platform: rpi_gpio
|
platform: rpi_gpio
|
||||||
|
relay_time: 0.2
|
||||||
|
state_pull_mode: 'UP'
|
||||||
covers:
|
covers:
|
||||||
- relay_pin: 10
|
- relay_pin: 10
|
||||||
state_pin: 11
|
state_pin: 11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user