diff --git a/source/_components/cover.rpi_gpio.markdown b/source/_components/cover.rpi_gpio.markdown index f152aad8b79..3b2205d724b 100644 --- a/source/_components/cover.rpi_gpio.markdown +++ b/source/_components/cover.rpi_gpio.markdown @@ -27,6 +27,8 @@ To enable Raspberry Pi Covers in your installation, add the following to your `c # Example configuration.yaml entry cover: platform: rpi_gpio + relay_time: 0.2 + state_pull_mode: 'UP' covers: - relay_pin: 10 state_pin: 11