From 6a4442cddf9cde20eb6e9f2f072e8d48e45e9311 Mon Sep 17 00:00:00 2001 From: William Scanlon Date: Mon, 14 Dec 2015 18:34:11 -0500 Subject: [PATCH] Set REQUIREMENTS back to master --- homeassistant/components/sensor/wink-eggminder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/sensor/wink-eggminder.py b/homeassistant/components/sensor/wink-eggminder.py index 6da42811a48..acdf4b79409 100755 --- a/homeassistant/components/sensor/wink-eggminder.py +++ b/homeassistant/components/sensor/wink-eggminder.py @@ -10,8 +10,8 @@ import logging from homeassistant.helpers.entity import Entity from homeassistant.const import CONF_ACCESS_TOKEN -REQUIREMENTS = ['https://github.com/w1ll1am23/python-wink/archive/' - 'master.zip' +REQUIREMENTS = ['https://github.com/balloob/python-wink/archive/' + '42fdcfa721b1bc583688e3592d8427f4c13ba6d9.zip' '#python-wink==0.2'] def setup_platform(hass, config, add_devices, discovery_info=None):