Upgrade pyairvisual to 3.0.1 (#21512)

This commit is contained in:
Aaron Bach 2019-02-27 17:26:59 -07:00 committed by Paulus Schoutsen
parent 0ebd12fa6c
commit 3749321fa5
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ from homeassistant.helpers import aiohttp_client, config_validation as cv
from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle
REQUIREMENTS = ['pyairvisual==2.0.1']
REQUIREMENTS = ['pyairvisual==3.0.1']
_LOGGER = getLogger(__name__)
ATTR_CITY = 'city'

View file

@ -927,7 +927,7 @@ pyads==3.0.7
pyaftership==0.1.2
# homeassistant.components.sensor.airvisual
pyairvisual==2.0.1
pyairvisual==3.0.1
# homeassistant.components.alarm_control_panel.alarmdotcom
pyalarmdotcom==0.3.2