mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Upgrade pyairvisual to 3.0.1 (#21512)
This commit is contained in:
committed by
Paulus Schoutsen
parent
0ebd12fa6c
commit
3749321fa5
@@ -18,7 +18,7 @@ from homeassistant.helpers import aiohttp_client, config_validation as cv
|
|||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
|
|
||||||
REQUIREMENTS = ['pyairvisual==2.0.1']
|
REQUIREMENTS = ['pyairvisual==3.0.1']
|
||||||
_LOGGER = getLogger(__name__)
|
_LOGGER = getLogger(__name__)
|
||||||
|
|
||||||
ATTR_CITY = 'city'
|
ATTR_CITY = 'city'
|
||||||
|
@@ -927,7 +927,7 @@ pyads==3.0.7
|
|||||||
pyaftership==0.1.2
|
pyaftership==0.1.2
|
||||||
|
|
||||||
# homeassistant.components.sensor.airvisual
|
# homeassistant.components.sensor.airvisual
|
||||||
pyairvisual==2.0.1
|
pyairvisual==3.0.1
|
||||||
|
|
||||||
# homeassistant.components.alarm_control_panel.alarmdotcom
|
# homeassistant.components.alarm_control_panel.alarmdotcom
|
||||||
pyalarmdotcom==0.3.2
|
pyalarmdotcom==0.3.2
|
||||||
|
Reference in New Issue
Block a user