From 03f680c07835db6d5a7150f4f2b1e434e6a284a1 Mon Sep 17 00:00:00 2001 From: Keaton Taylor Date: Sun, 18 Dec 2016 02:44:34 -0600 Subject: [PATCH] example for optional values (#1562) Added where to place optional values relay_time and state_pull_mode. --- source/_components/cover.rpi_gpio.markdown | 2 ++ 1 file changed, 2 insertions(+) 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