mirror of
https://github.com/home-assistant/core.git
synced 2025-07-11 23:37:18 +00:00
Update version of python_awair to 0.0.4 (#22809)
The awair API has changed again, this time substituting 'lat' and 'lon' for 'latitude' and 'longitude'.
This commit is contained in:
parent
a747eaa3ba
commit
87cabc933c
@ -3,7 +3,7 @@
|
|||||||
"name": "Awair",
|
"name": "Awair",
|
||||||
"documentation": "https://www.home-assistant.io/components/awair",
|
"documentation": "https://www.home-assistant.io/components/awair",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"python_awair==0.0.3"
|
"python_awair==0.0.4"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
|
@ -15,7 +15,7 @@ import homeassistant.helpers.config_validation as cv
|
|||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
from homeassistant.util import Throttle, dt
|
from homeassistant.util import Throttle, dt
|
||||||
|
|
||||||
REQUIREMENTS = ['python_awair==0.0.3']
|
REQUIREMENTS = ['python_awair==0.0.4']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1393,7 +1393,7 @@ python-whois==0.7.1
|
|||||||
python-wink==1.10.3
|
python-wink==1.10.3
|
||||||
|
|
||||||
# homeassistant.components.awair
|
# homeassistant.components.awair
|
||||||
python_awair==0.0.3
|
python_awair==0.0.4
|
||||||
|
|
||||||
# homeassistant.components.swiss_public_transport
|
# homeassistant.components.swiss_public_transport
|
||||||
python_opendata_transport==0.1.4
|
python_opendata_transport==0.1.4
|
||||||
|
@ -251,7 +251,7 @@ python-forecastio==1.4.0
|
|||||||
python-nest==4.1.0
|
python-nest==4.1.0
|
||||||
|
|
||||||
# homeassistant.components.awair
|
# homeassistant.components.awair
|
||||||
python_awair==0.0.3
|
python_awair==0.0.4
|
||||||
|
|
||||||
# homeassistant.components.tradfri
|
# homeassistant.components.tradfri
|
||||||
pytradfri[async]==6.0.1
|
pytradfri[async]==6.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user