From df1c3dfb67a6513e629678eddba489808b78251a Mon Sep 17 00:00:00 2001 From: "J.J.Barrancos" Date: Tue, 29 Aug 2017 13:47:47 +0200 Subject: [PATCH] Hound issue "whitespace" --- homeassistant/components/switch/rainbird.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/switch/rainbird.py b/homeassistant/components/switch/rainbird.py index f341f1324f6..70072db65da 100644 --- a/homeassistant/components/switch/rainbird.py +++ b/homeassistant/components/switch/rainbird.py @@ -57,7 +57,7 @@ class RainBirdSwitch(SwitchDevice): self._duration = dev.get(CONF_TRIGGER_TIME) self._attributes = { "duration": self._duration, - "zone" : self._zone + "zone": self._zone } @property