Bump pwaqi to 1.4 to fix a typo in the underlying library. (#5716)

This commit is contained in:
Valentin Alexeev 2017-02-02 22:59:52 +02:00 committed by Paulus Schoutsen
parent f63874eb8c
commit dfb991ce19
2 changed files with 2 additions and 2 deletions

View File

@ -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__)

View File

@ -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