From a718e92708e6d80d03645087e5ebeb4bd376280b Mon Sep 17 00:00:00 2001 From: jumpkick Date: Wed, 15 Feb 2017 15:40:02 -0500 Subject: [PATCH] Update wemo.py trailing whitespace... (argh... the bot should just trim it) --- homeassistant/components/switch/wemo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/switch/wemo.py b/homeassistant/components/switch/wemo.py index b4d619c9882..4d436aa348e 100644 --- a/homeassistant/components/switch/wemo.py +++ b/homeassistant/components/switch/wemo.py @@ -158,7 +158,7 @@ class WemoSwitch(SwitchDevice): 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, d.hour, - d.minute, + d.minute, d.second) @property