1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +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:
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

@@ -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__)