Moved python-wink requirement to PyPI
This commit is contained in:
parent
f6d16ba118
commit
eb6b4218fc
5 changed files with 5 additions and 15 deletions
|
@ -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. """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue