Upgrade pyairvisual to 3.0.1 (#21512)
This commit is contained in:
parent
0ebd12fa6c
commit
3749321fa5
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue