From dfb991ce1953d5aaf8c852d24d0273db24b35501 Mon Sep 17 00:00:00 2001 From: Valentin Alexeev Date: Thu, 2 Feb 2017 22:59:52 +0200 Subject: [PATCH] Bump pwaqi to 1.4 to fix a typo in the underlying library. (#5716) --- homeassistant/components/sensor/waqi.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/sensor/waqi.py b/homeassistant/components/sensor/waqi.py index 73de98c0168..699b617b7ee 100644 --- a/homeassistant/components/sensor/waqi.py +++ b/homeassistant/components/sensor/waqi.py @@ -16,7 +16,7 @@ from homeassistant.helpers.config_validation import PLATFORM_SCHEMA from homeassistant.helpers.entity import Entity from homeassistant.util import Throttle -REQUIREMENTS = ['pwaqi==1.3'] +REQUIREMENTS = ['pwaqi==1.4'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 7193b75467d..684c6e712f4 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -384,7 +384,7 @@ pushbullet.py==0.10.0 pushetta==1.0.15 # homeassistant.components.sensor.waqi -pwaqi==1.3 +pwaqi==1.4 # homeassistant.components.sensor.cpuspeed py-cpuinfo==0.2.3