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