From 49623d2dadd05615696a3319b98ae9fae19143e0 Mon Sep 17 00:00:00 2001 From: Vignesh Venkat Date: Fri, 29 Jun 2018 14:26:06 -0700 Subject: [PATCH] Update python-wink to 1.9.1 (#15215) Fixes a bug for when GE Z-Wave fan speeds are adjusted using the wink app. --- homeassistant/components/wink/__init__.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/wink/__init__.py b/homeassistant/components/wink/__init__.py index 7016250c6b1..7c171d74967 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.9.0', 'pubnubsub-handler==1.0.2'] +REQUIREMENTS = ['python-wink==1.9.1', 'pubnubsub-handler==1.0.2'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 4b795a9b39b..1267a702811 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1098,7 +1098,7 @@ python-velbus==2.0.11 python-vlc==1.1.2 # homeassistant.components.wink -python-wink==1.9.0 +python-wink==1.9.1 # homeassistant.components.sensor.swiss_public_transport python_opendata_transport==0.1.3