From 01c7616147a3f72c2405470c118fff696511e5f9 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Thu, 13 Apr 2017 10:39:36 -0400 Subject: [PATCH] Bump qnapstats library version to 0.2.4 (#7085) --- homeassistant/components/sensor/qnap.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/sensor/qnap.py b/homeassistant/components/sensor/qnap.py index b37cb432461..e57c59e41d6 100644 --- a/homeassistant/components/sensor/qnap.py +++ b/homeassistant/components/sensor/qnap.py @@ -18,7 +18,7 @@ import homeassistant.helpers.config_validation as cv import voluptuous as vol -REQUIREMENTS = ['qnapstats==0.2.3'] +REQUIREMENTS = ['qnapstats==0.2.4'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 6a5d5d6343a..0fd90e12d34 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -671,7 +671,7 @@ pywemo==0.4.17 pyzabbix==0.7.4 # homeassistant.components.sensor.qnap -qnapstats==0.2.3 +qnapstats==0.2.4 # homeassistant.components.climate.radiotherm radiotherm==1.2