mirror of
https://github.com/home-assistant/core.git
synced 2025-08-17 03:21:40 +02:00
Update wemo.py
trailing whitespace... (argh... the bot should just trim it)
This commit is contained in:
@@ -158,7 +158,7 @@ class WemoSwitch(SwitchDevice):
|
|||||||
d = datetime(1,1,1) + timedelta(seconds=_seconds)
|
d = datetime(1,1,1) + timedelta(seconds=_seconds)
|
||||||
return "{:0>2d}d {:0>2d}h {:0>2d}m {:0>2d}s".format(d.day-1,
|
return "{:0>2d}d {:0>2d}h {:0>2d}m {:0>2d}s".format(d.day-1,
|
||||||
d.hour,
|
d.hour,
|
||||||
d.minute,
|
d.minute,
|
||||||
d.second)
|
d.second)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Reference in New Issue
Block a user