Allow httpx for platinum quality scale (#778)

This commit is contained in:
Paulus Schoutsen 2021-01-27 20:23:27 +01:00 committed by GitHub
parent 048a516f98
commit c2c17819cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ Best of the best. The integration is completely async, meaning it's super fast.
- Set appropriate `PARALLEL_UPDATES` constant
- Support config entry unloading (called when config entry is removed)
- Integration + dependency are async
- Uses aiohttp and allows passing in websession (if making HTTP requests)
- Uses aiohttp or httpx and allows passing in websession (if making HTTP requests)
## Internal 🏠