jesserizzo / envoy_reader

MIT License
37 stars 26 forks source link

Replace deprecated requests_async with httpx library #48

Closed gtdiehl closed 3 years ago

gtdiehl commented 3 years ago

The requests_async library is deprecated and is replaced by httpx. Envoy_reader is using the httpx when retrieving Interver data from the http://{ip}/api/v1/production/inverters url. To resolve Home Assistant PR #42857, the requests_async should be replaced with httpx