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:
Andrew Hayworth 2019-04-06 20:55:15 -05:00 committed by Jason Hu
parent a747eaa3ba
commit 87cabc933c
4 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
"name": "Awair",
"documentation": "https://www.home-assistant.io/components/awair",
"requirements": [
"python_awair==0.0.3"
"python_awair==0.0.4"
],
"dependencies": [],
"codeowners": []

View file

@ -15,7 +15,7 @@ import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle, dt
REQUIREMENTS = ['python_awair==0.0.3']
REQUIREMENTS = ['python_awair==0.0.4']
_LOGGER = logging.getLogger(__name__)

View file

@ -1393,7 +1393,7 @@ python-whois==0.7.1
python-wink==1.10.3
# homeassistant.components.awair
python_awair==0.0.3
python_awair==0.0.4
# homeassistant.components.swiss_public_transport
python_opendata_transport==0.1.4

View file

@ -251,7 +251,7 @@ python-forecastio==1.4.0
python-nest==4.1.0
# homeassistant.components.awair
python_awair==0.0.3
python_awair==0.0.4
# homeassistant.components.tradfri
pytradfri[async]==6.0.1