More spacing fixes
parent
5066e6a183
commit
1747db1888
|
@ -14,6 +14,7 @@ from homeassistant.const import CONF_ACCESS_TOKEN
|
|||
|
||||
REQUIREMENTS = ['python-wink==0.3.1']
|
||||
|
||||
|
||||
def setup_platform(hass, config, add_devices_callback, discovery_info=None):
|
||||
""" Find and return Wink lights. """
|
||||
import pywink
|
||||
|
|
|
@ -13,6 +13,7 @@ from homeassistant.const import CONF_ACCESS_TOKEN
|
|||
|
||||
REQUIREMENTS = ['python-wink==0.3.1']
|
||||
|
||||
|
||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||
""" Sets up the Wink platform. """
|
||||
import pywink
|
||||
|
|
|
@ -13,6 +13,7 @@ from homeassistant.const import CONF_ACCESS_TOKEN
|
|||
|
||||
REQUIREMENTS = ['python-wink==0.3.1']
|
||||
|
||||
|
||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||
""" Sets up the Wink platform. """
|
||||
import pywink
|
||||
|
|
Loading…
Reference in New Issue