mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Hound issue "whitespace"
This commit is contained in:
parent
689484216d
commit
df1c3dfb67
@ -57,7 +57,7 @@ class RainBirdSwitch(SwitchDevice):
|
|||||||
self._duration = dev.get(CONF_TRIGGER_TIME)
|
self._duration = dev.get(CONF_TRIGGER_TIME)
|
||||||
self._attributes = {
|
self._attributes = {
|
||||||
"duration": self._duration,
|
"duration": self._duration,
|
||||||
"zone" : self._zone
|
"zone": self._zone
|
||||||
}
|
}
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user