mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
More spacing fixes
This commit is contained in:
parent
5066e6a183
commit
1747db1888
@ -14,6 +14,7 @@ from homeassistant.const import CONF_ACCESS_TOKEN
|
|||||||
|
|
||||||
REQUIREMENTS = ['python-wink==0.3.1']
|
REQUIREMENTS = ['python-wink==0.3.1']
|
||||||
|
|
||||||
|
|
||||||
def setup_platform(hass, config, add_devices_callback, discovery_info=None):
|
def setup_platform(hass, config, add_devices_callback, discovery_info=None):
|
||||||
""" Find and return Wink lights. """
|
""" Find and return Wink lights. """
|
||||||
import pywink
|
import pywink
|
||||||
|
@ -13,6 +13,7 @@ from homeassistant.const import CONF_ACCESS_TOKEN
|
|||||||
|
|
||||||
REQUIREMENTS = ['python-wink==0.3.1']
|
REQUIREMENTS = ['python-wink==0.3.1']
|
||||||
|
|
||||||
|
|
||||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||||
""" Sets up the Wink platform. """
|
""" Sets up the Wink platform. """
|
||||||
import pywink
|
import pywink
|
||||||
|
@ -13,6 +13,7 @@ from homeassistant.const import CONF_ACCESS_TOKEN
|
|||||||
|
|
||||||
REQUIREMENTS = ['python-wink==0.3.1']
|
REQUIREMENTS = ['python-wink==0.3.1']
|
||||||
|
|
||||||
|
|
||||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||||
""" Sets up the Wink platform. """
|
""" Sets up the Wink platform. """
|
||||||
import pywink
|
import pywink
|
||||||
|
Loading…
x
Reference in New Issue
Block a user