Updated python-wink requirements and URL

This commit is contained in:
William Scanlon 2015-12-15 10:32:20 -05:00
parent 056645fe13
commit 94eb002b0a
7 changed files with 14 additions and 20 deletions

View File

@ -13,9 +13,8 @@ from homeassistant.components.wink import WinkToggleDevice
from homeassistant.const import CONF_ACCESS_TOKEN
REQUIREMENTS = ['https://github.com/balloob/python-wink/archive/'
'42fdcfa721b1bc583688e3592d8427f4c13ba6d9.zip'
'#python-wink==0.2']
'e66277ddb8ba51df34e810f784088c3c8582984a.zip'
'#python-wink==0.2.1']
def setup_platform(hass, config, add_devices_callback, discovery_info=None):
""" Find and return Wink lights. """

View File

@ -12,9 +12,8 @@ from homeassistant.components.lock import LockDevice
from homeassistant.const import CONF_ACCESS_TOKEN
REQUIREMENTS = ['https://github.com/balloob/python-wink/archive/'
'42fdcfa721b1bc583688e3592d8427f4c13ba6d9.zip'
'#python-wink==0.2']
'e66277ddb8ba51df34e810f784088c3c8582984a.zip'
'#python-wink==0.2.1']
def setup_platform(hass, config, add_devices, discovery_info=None):
""" Sets up the Wink platform. """

View File

@ -3,7 +3,7 @@ homeassistant.components.egg_minder.wink
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Support for Wink Egg Minder.
For more details about this platform, please refer to the documentation at
at https://home-assistant.io/components/sensor.wink/
at https://home-assistant.io/components/sensor.wink-eggminder/
"""
import logging
@ -11,8 +11,8 @@ from homeassistant.helpers.entity import Entity
from homeassistant.const import CONF_ACCESS_TOKEN
REQUIREMENTS = ['https://github.com/balloob/python-wink/archive/'
'42fdcfa721b1bc583688e3592d8427f4c13ba6d9.zip'
'#python-wink==0.2']
'e66277ddb8ba51df34e810f784088c3c8582984a.zip'
'#python-wink==0.2.1']
def setup_platform(hass, config, add_devices, discovery_info=None):
""" Sets up the Wink platform. """

View File

@ -12,9 +12,8 @@ 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/'
'42fdcfa721b1bc583688e3592d8427f4c13ba6d9.zip'
'#python-wink==0.2']
'e66277ddb8ba51df34e810f784088c3c8582984a.zip'
'#python-wink==0.2.1']
def setup_platform(hass, config, add_devices, discovery_info=None):
""" Sets up the Wink platform. """

View File

@ -12,9 +12,8 @@ from homeassistant.components.wink import WinkToggleDevice
from homeassistant.const import CONF_ACCESS_TOKEN
REQUIREMENTS = ['https://github.com/balloob/python-wink/archive/'
'42fdcfa721b1bc583688e3592d8427f4c13ba6d9.zip'
'#python-wink==0.2']
'e66277ddb8ba51df34e810f784088c3c8582984a.zip'
'#python-wink==0.2.1']
def setup_platform(hass, config, add_devices, discovery_info=None):
""" Sets up the Wink platform. """

View File

@ -17,8 +17,8 @@ from homeassistant.const import (
DOMAIN = "wink"
REQUIREMENTS = ['https://github.com/balloob/python-wink/archive/'
'42fdcfa721b1bc583688e3592d8427f4c13ba6d9.zip'
'#python-wink==0.2']
'e66277ddb8ba51df34e810f784088c3c8582984a.zip'
'#python-wink==0.2.1']
DISCOVER_LIGHTS = "wink.lights"
DISCOVER_SWITCHES = "wink.switches"

View File

@ -59,6 +59,7 @@ https://github.com/pavoni/home-assistant-vera-api/archive/efdba4e63d58a30bc9b36d
# homeassistant.components.light.wink
# homeassistant.components.lock.wink
# homeassistant.components.sensor.wink
# homeassistant.components.sensor.wink-eggminder
# homeassistant.components.switch.wink
https://github.com/balloob/python-wink/archive/42fdcfa721b1bc583688e3592d8427f4c13ba6d9.zip#python-wink==0.2
@ -174,6 +175,3 @@ https://github.com/persandstrom/python-verisure/archive/9873c4527f01b1ba1f72ae60
# homeassistant.components.zwave
pydispatcher==2.0.5
# homeassistant.components.heatmiser
heatmiserV3==0.9.1