mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Fixed spacing in wink
This commit is contained in:
parent
8eb73c8f17
commit
5066e6a183
@ -39,7 +39,7 @@ def setup(hass, config):
|
|||||||
('light', pywink.get_bulbs, DISCOVER_LIGHTS),
|
('light', pywink.get_bulbs, DISCOVER_LIGHTS),
|
||||||
('switch', pywink.get_switches, DISCOVER_SWITCHES),
|
('switch', pywink.get_switches, DISCOVER_SWITCHES),
|
||||||
('sensor', lambda: pywink.get_sensors or pywink.get_eggtrays,
|
('sensor', lambda: pywink.get_sensors or pywink.get_eggtrays,
|
||||||
DISCOVER_SENSORS),
|
DISCOVER_SENSORS),
|
||||||
('lock', pywink.get_locks, DISCOVER_LOCKS)):
|
('lock', pywink.get_locks, DISCOVER_LOCKS)):
|
||||||
|
|
||||||
if func_exists():
|
if func_exists():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user