From 9811869111e7830f96fb7db08307e8a895193dc4 Mon Sep 17 00:00:00 2001 From: sfam Date: Wed, 26 Aug 2015 11:27:27 +0100 Subject: [PATCH] fix line too long --- homeassistant/components/switch/rpi_gpio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/switch/rpi_gpio.py b/homeassistant/components/switch/rpi_gpio.py index c21280a2fa8..bb9cf13e3ed 100644 --- a/homeassistant/components/switch/rpi_gpio.py +++ b/homeassistant/components/switch/rpi_gpio.py @@ -17,7 +17,7 @@ Variables: invert_logic *Optional -If true, inverts the output logic to ACTIVE LOW. Default is false (ACTIVE HIGH). +If true, inverts the output logic to ACTIVE LOW. Default is false (ACTIVE HIGH) ports *Required