Update python-awair to 0.2.1 (#43415)

This version of python awair has support for the local api - which is
cool! But more importantly, this version also is less strict about the
versions of aiohttp it depends on.

This version prepares for the upcoming pip resolver changes outlined here:
https://pyfound.blogspot.com/2020/03/new-pip-resolver-to-roll-out-this-year.html#what-will-change

cc https://github.com/ahayworth/python_awair/issues/18
This commit is contained in:
Andrew Hayworth 2020-11-20 02:07:59 -06:00 committed by GitHub
parent 3a42277130
commit 88367dc466
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"domain": "awair",
"name": "Awair",
"documentation": "https://www.home-assistant.io/integrations/awair",
"requirements": ["python_awair==0.1.1"],
"requirements": ["python_awair==0.2.1"],
"codeowners": ["@ahayworth", "@danielsjf"],
"config_flow": true
}

View file

@ -1830,7 +1830,7 @@ python-whois==0.7.3
python-wink==1.10.5
# homeassistant.components.awair
python_awair==0.1.1
python_awair==0.2.1
# homeassistant.components.swiss_public_transport
python_opendata_transport==0.2.1

View file

@ -893,7 +893,7 @@ python-twitch-client==0.6.0
python-velbus==2.1.1
# homeassistant.components.awair
python_awair==0.1.1
python_awair==0.2.1
# homeassistant.components.tile
pytile==4.0.0