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