Bump version of pwaqi module to 1.3. Fixes #4595. (#4610)

This commit is contained in:
Valentin Alexeev 2016-11-29 09:11:21 +02:00 committed by Paulus Schoutsen
parent ad4ec49f9c
commit 154c69a454
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ from homeassistant.helpers.config_validation import PLATFORM_SCHEMA
from homeassistant.helpers import config_validation as cv
import voluptuous as vol
REQUIREMENTS = ["pwaqi==1.2"]
REQUIREMENTS = ["pwaqi==1.3"]
_LOGGER = logging.getLogger(__name__)

View File

@ -346,7 +346,7 @@ pushbullet.py==0.10.0
pushetta==1.0.15
# homeassistant.components.sensor.waqi
pwaqi==1.2
pwaqi==1.3
# homeassistant.components.sensor.cpuspeed
py-cpuinfo==0.2.3