diff --git a/homeassistant/components/wink.py b/homeassistant/components/wink.py index 704ede0660c..569def22401 100644 --- a/homeassistant/components/wink.py +++ b/homeassistant/components/wink.py @@ -15,7 +15,7 @@ from homeassistant.const import ( from homeassistant.helpers.entity import Entity import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['python-wink==1.1.0', 'pubnubsub-handler==1.0.0'] +REQUIREMENTS = ['python-wink==1.1.1', 'pubnubsub-handler==1.0.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 8bd24126ff9..0204e72ac01 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -547,7 +547,7 @@ python-twitch==1.3.0 python-vlc==1.1.2 # homeassistant.components.wink -python-wink==1.1.0 +python-wink==1.1.1 # homeassistant.components.device_tracker.trackr pytrackr==0.0.5