mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Moved python-wink requirement to PyPI
This commit is contained in:
@@ -11,9 +11,7 @@ import logging
|
||||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.const import CONF_ACCESS_TOKEN, STATE_OPEN, STATE_CLOSED
|
||||
|
||||
REQUIREMENTS = ['https://github.com/bradsk88/python-wink/archive/'
|
||||
'd3fcce7528bd031a2c05363a108628acc4eb03aa.zip'
|
||||
'#python-wink==0.3.1']
|
||||
REQUIREMENTS = ['python-wink==0.3.1']
|
||||
|
||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||
""" Sets up the Wink platform. """
|
||||
|
||||
Reference in New Issue
Block a user