From ff0fd71608d8640a3c09825e2ce630f410464fc6 Mon Sep 17 00:00:00 2001 From: Dan Cinnamon Date: Mon, 29 Jan 2018 05:35:13 -0600 Subject: [PATCH] Bump upstream lib version. (#12021) --- homeassistant/components/climate/venstar.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/climate/venstar.py b/homeassistant/components/climate/venstar.py index 92e5c71b6c5..6db1d53bc50 100644 --- a/homeassistant/components/climate/venstar.py +++ b/homeassistant/components/climate/venstar.py @@ -20,7 +20,7 @@ from homeassistant.const import ( TEMP_FAHRENHEIT) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['venstarcolortouch==0.5'] +REQUIREMENTS = ['venstarcolortouch==0.6'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 61dc9ca0681..eea3c6e47bb 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1187,7 +1187,7 @@ user-agents==1.1.0 uvcclient==0.10.1 # homeassistant.components.climate.venstar -venstarcolortouch==0.5 +venstarcolortouch==0.6 # homeassistant.components.volvooncall volvooncall==0.4.0