Updated python-wink requirements
This commit is contained in:
parent
94eb002b0a
commit
c91cd9aa84
6 changed files with 18 additions and 18 deletions
|
@ -11,9 +11,9 @@ import logging
|
|||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.const import CONF_ACCESS_TOKEN, STATE_OPEN, STATE_CLOSED
|
||||
|
||||
REQUIREMENTS = ['https://github.com/balloob/python-wink/archive/'
|
||||
'e66277ddb8ba51df34e810f784088c3c8582984a.zip'
|
||||
'#python-wink==0.2.1']
|
||||
REQUIREMENTS = ['https://github.com/bradsk88/python-wink/archive/'
|
||||
'91c8e9a5df24c8dd1a5267dc29a00a40c11d826a.zip'
|
||||
'#python-wink==0.3.0']
|
||||
|
||||
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