Set REQUIREMENTS back to master

This commit is contained in:
William Scanlon 2015-12-14 18:34:11 -05:00
parent c1d728ce00
commit 6a4442cddf

View File

@ -10,8 +10,8 @@ import logging
from homeassistant.helpers.entity import Entity from homeassistant.helpers.entity import Entity
from homeassistant.const import CONF_ACCESS_TOKEN from homeassistant.const import CONF_ACCESS_TOKEN
REQUIREMENTS = ['https://github.com/w1ll1am23/python-wink/archive/' REQUIREMENTS = ['https://github.com/balloob/python-wink/archive/'
'master.zip' '42fdcfa721b1bc583688e3592d8427f4c13ba6d9.zip'
'#python-wink==0.2'] '#python-wink==0.2']
def setup_platform(hass, config, add_devices, discovery_info=None): def setup_platform(hass, config, add_devices, discovery_info=None):