From bf2c0a75d809419edc1a4be4196d930589c25e0d Mon Sep 17 00:00:00 2001 From: sfam Date: Fri, 15 Jan 2016 22:52:48 +0000 Subject: [PATCH] Update switch.rpi_gpio.markdown reflect changes from https://github.com/balloob/home-assistant/pull/899 --- source/_components/switch.rpi_gpio.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/switch.rpi_gpio.markdown b/source/_components/switch.rpi_gpio.markdown index 30113a641d7..1bcae5a6ba9 100644 --- a/source/_components/switch.rpi_gpio.markdown +++ b/source/_components/switch.rpi_gpio.markdown @@ -29,7 +29,7 @@ switch: Configuration variables: - **ports** array (*Required*): Array of used ports. - - **port: name** (*Required*): Your username for the Edimax switch. + - **port: name** (*Required*): Port numbers and corresponding names. - **invert_logic** (*Optional*): If true, inverts the output logic to ACTIVE LOW. Default is false (ACTIVE HIGH). For more details about the GPIO layout, visit the Wikipedia [article](https://en.wikipedia.org/wiki/Raspberry_Pi#GPIO_connector) about the Raspberry Pi.