mirror of
https://github.com/home-assistant/core.git
synced 2025-08-17 19:41:45 +02:00
More spacing fixes
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user