From f6d16ba118351586e5617d7e343409bdb1212ccb Mon Sep 17 00:00:00 2001 From: William Scanlon Date: Wed, 16 Dec 2015 15:22:38 -0500 Subject: [PATCH] updated python-wink requirements for 3.0.1 --- homeassistant/components/light/wink.py | 4 ++-- homeassistant/components/lock/wink.py | 4 ++-- homeassistant/components/sensor/wink.py | 4 ++-- homeassistant/components/switch/wink.py | 4 ++-- homeassistant/components/wink.py | 4 ++-- requirements_all.txt | 19 ++++++++++++++----- 6 files changed, 24 insertions(+), 15 deletions(-) diff --git a/homeassistant/components/light/wink.py b/homeassistant/components/light/wink.py index 1a7fde38cb5..d6089334fec 100644 --- a/homeassistant/components/light/wink.py +++ b/homeassistant/components/light/wink.py @@ -13,8 +13,8 @@ from homeassistant.components.wink import WinkToggleDevice from homeassistant.const import CONF_ACCESS_TOKEN REQUIREMENTS = ['https://github.com/bradsk88/python-wink/archive/' - '91c8e9a5df24c8dd1a5267dc29a00a40c11d826a.zip' - '#python-wink==0.3.0'] + 'd3fcce7528bd031a2c05363a108628acc4eb03aa.zip' + '#python-wink==0.3.1'] def setup_platform(hass, config, add_devices_callback, discovery_info=None): """ Find and return Wink lights. """ diff --git a/homeassistant/components/lock/wink.py b/homeassistant/components/lock/wink.py index d021c7de688..8015c2b38fd 100644 --- a/homeassistant/components/lock/wink.py +++ b/homeassistant/components/lock/wink.py @@ -12,8 +12,8 @@ from homeassistant.components.lock import LockDevice from homeassistant.const import CONF_ACCESS_TOKEN REQUIREMENTS = ['https://github.com/bradsk88/python-wink/archive/' - '91c8e9a5df24c8dd1a5267dc29a00a40c11d826a.zip' - '#python-wink==0.3.0'] + 'd3fcce7528bd031a2c05363a108628acc4eb03aa.zip' + '#python-wink==0.3.1'] def setup_platform(hass, config, add_devices, discovery_info=None): """ Sets up the Wink platform. """ diff --git a/homeassistant/components/sensor/wink.py b/homeassistant/components/sensor/wink.py index 0b0e3ac1628..dd20b99c2b1 100644 --- a/homeassistant/components/sensor/wink.py +++ b/homeassistant/components/sensor/wink.py @@ -12,8 +12,8 @@ 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/' - '91c8e9a5df24c8dd1a5267dc29a00a40c11d826a.zip' - '#python-wink==0.3.0'] + 'd3fcce7528bd031a2c05363a108628acc4eb03aa.zip' + '#python-wink==0.3.1'] def setup_platform(hass, config, add_devices, discovery_info=None): """ Sets up the Wink platform. """ diff --git a/homeassistant/components/switch/wink.py b/homeassistant/components/switch/wink.py index c3fdea2027e..bf7c83459cc 100644 --- a/homeassistant/components/switch/wink.py +++ b/homeassistant/components/switch/wink.py @@ -12,8 +12,8 @@ from homeassistant.components.wink import WinkToggleDevice from homeassistant.const import CONF_ACCESS_TOKEN REQUIREMENTS = ['https://github.com/bradsk88/python-wink/archive/' - '91c8e9a5df24c8dd1a5267dc29a00a40c11d826a.zip' - '#python-wink==0.3.0'] + 'd3fcce7528bd031a2c05363a108628acc4eb03aa.zip' + '#python-wink==0.3.1'] def setup_platform(hass, config, add_devices, discovery_info=None): """ Sets up the Wink platform. """ diff --git a/homeassistant/components/wink.py b/homeassistant/components/wink.py index d86294ea54b..f4a500fa0b3 100644 --- a/homeassistant/components/wink.py +++ b/homeassistant/components/wink.py @@ -17,8 +17,8 @@ from homeassistant.const import ( DOMAIN = "wink" REQUIREMENTS = ['https://github.com/bradsk88/python-wink/archive/' - '91c8e9a5df24c8dd1a5267dc29a00a40c11d826a.zip' - '#python-wink==0.3.0'] + 'd3fcce7528bd031a2c05363a108628acc4eb03aa.zip' + '#python-wink==0.3.1'] DISCOVER_LIGHTS = "wink.lights" DISCOVER_SWITCHES = "wink.switches" diff --git a/requirements_all.txt b/requirements_all.txt index 9587ba55d27..a25ebb363d8 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -9,6 +9,9 @@ jinja2>=2.8 # homeassistant.components.arduino PyMata==2.07a +# homeassistant.components.device_tracker.icloud +pyicloud==0.7.2 + # homeassistant.components.device_tracker.netgear pynetgear==0.3 @@ -60,7 +63,7 @@ https://github.com/pavoni/home-assistant-vera-api/archive/efdba4e63d58a30bc9b36d # homeassistant.components.lock.wink # homeassistant.components.sensor.wink # homeassistant.components.switch.wink -https://github.com/balloob/python-wink/archive/42fdcfa721b1bc583688e3592d8427f4c13ba6d9.zip#python-wink==0.2 +https://github.com/bradsk88/python-wink/archive/d3fcce7528bd031a2c05363a108628acc4eb03aa.zip#python-wink==0.3.1 # homeassistant.components.media_player.cast pychromecast==0.6.12 @@ -83,9 +86,6 @@ https://github.com/bashwork/pymodbus/archive/d7fc4f1cc975631e0a9011390e8017f64b6 # homeassistant.components.mqtt paho-mqtt==1.1 -# homeassistant.components.mqtt -jsonpath-rw==1.4.0 - # homeassistant.components.notify.pushbullet pushbullet.py==0.9.0 @@ -119,6 +119,9 @@ py-cpuinfo==0.1.6 # homeassistant.components.sensor.dht # http://github.com/mala-zaba/Adafruit_Python_DHT/archive/4101340de8d2457dd194bca1e8d11cbfc237e919.zip#Adafruit_DHT==1.1.0 +# homeassistant.components.sensor.dweet +dweepy==0.2.0 + # homeassistant.components.sensor.forecast python-forecastio==1.3.3 @@ -145,6 +148,9 @@ https://github.com/rkabadi/temper-python/archive/3dbdaf2d87b8db9a3cd6e5585fc7045 # homeassistant.components.switch.transmission transmissionrpc==0.11 +# homeassistant.components.sensor.twitch +python-twitch==1.2.0 + # homeassistant.components.sun astral==0.8.1 @@ -155,11 +161,14 @@ https://github.com/rkabadi/pyedimax/archive/365301ce3ff26129a7910c501ead09ea625f hikvision==0.4 # homeassistant.components.switch.orvibo -orvibo==1.0.1 +orvibo==1.1.0 # homeassistant.components.switch.wemo pywemo==0.3.3 +# homeassistant.components.thermostat.heatmiser +heatmiserV3==0.9.1 + # homeassistant.components.thermostat.honeywell evohomeclient==0.2.4