hass-core/homeassistant/components/awair/manifest.json
Andrew Hayworth 87cabc933c 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'.
2019-04-06 18:55:15 -07:00

10 lines
205 B
JSON

{
"domain": "awair",
"name": "Awair",
"documentation": "https://www.home-assistant.io/components/awair",
"requirements": [
"python_awair==0.0.4"
],
"dependencies": [],
"codeowners": []
}