From 5066e6a183a4ded1b5d450665c0cb44491ee22d3 Mon Sep 17 00:00:00 2001 From: William Scanlon Date: Wed, 16 Dec 2015 22:39:02 -0500 Subject: [PATCH] Fixed spacing in wink --- homeassistant/components/wink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/wink.py b/homeassistant/components/wink.py index 86cae1c49e2..9f28183a149 100644 --- a/homeassistant/components/wink.py +++ b/homeassistant/components/wink.py @@ -39,7 +39,7 @@ def setup(hass, config): ('light', pywink.get_bulbs, DISCOVER_LIGHTS), ('switch', pywink.get_switches, DISCOVER_SWITCHES), ('sensor', lambda: pywink.get_sensors or pywink.get_eggtrays, - DISCOVER_SENSORS), + DISCOVER_SENSORS), ('lock', pywink.get_locks, DISCOVER_LOCKS)): if func_exists():