diff --git a/homeassistant/components/wink/__init__.py b/homeassistant/components/wink/__init__.py index 042943f7a3f273661d464e9a81cc31a3992c52e6..f3ec360462e1910a8984451e675c5cb417621505 100644 --- a/homeassistant/components/wink/__init__.py +++ b/homeassistant/components/wink/__init__.py @@ -26,7 +26,7 @@ from homeassistant.helpers.entity_component import EntityComponent from homeassistant.helpers.event import track_time_interval from homeassistant.util.json import load_json, save_json -REQUIREMENTS = ['python-wink==1.7.3', 'pubnubsub-handler==1.0.2'] +REQUIREMENTS = ['python-wink==1.8.0', 'pubnubsub-handler==1.0.2'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index c1922f52bdf70d5853b84af20d58a60dec638562..41b7f4036dabb8a4ac83a86d5a2b2d685429fea9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1096,7 +1096,7 @@ python-velbus==2.0.11 python-vlc==1.1.2 # homeassistant.components.wink -python-wink==1.7.3 +python-wink==1.8.0 # homeassistant.components.sensor.swiss_public_transport python_opendata_transport==0.1.3