Hound issue "whitespace"

This commit is contained in:
J.J.Barrancos 2017-08-29 13:47:47 +02:00
parent 689484216d
commit df1c3dfb67

View File

@ -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