From f464d591c9d626e95909e1bc6b660da4099b85b6 Mon Sep 17 00:00:00 2001 From: Eric Rolf Date: Thu, 11 Feb 2016 08:49:07 -0500 Subject: [PATCH] Update python wink requirement --- homeassistant/components/garage_door/wink.py | 2 +- requirements_all.txt | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/homeassistant/components/garage_door/wink.py b/homeassistant/components/garage_door/wink.py index 5b43ff4c032..73d6928b9e2 100644 --- a/homeassistant/components/garage_door/wink.py +++ b/homeassistant/components/garage_door/wink.py @@ -11,7 +11,7 @@ import logging from homeassistant.components.garage_door import GarageDoorDevice from homeassistant.const import CONF_ACCESS_TOKEN -REQUIREMENTS = ['python-wink==0.4.2'] +REQUIREMENTS = ['python-wink==0.5.0'] def setup_platform(hass, config, add_devices, discovery_info=None): diff --git a/requirements_all.txt b/requirements_all.txt index f66900c67dc..4202d34becd 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -190,9 +190,6 @@ python-telegram-bot==3.2.0 # homeassistant.components.sensor.twitch python-twitch==1.2.0 -# homeassistant.components.garage_door.wink -python-wink==0.4.2 - # homeassistant.components.wink # homeassistant.components.garage_door.wink # homeassistant.components.light.wink