- Replaced `requests_async` library with `httpx` - Fixed a bug introduced in '0.17.0' that caused failure to retrieve Production data for older Envoys (Firmware < 3.9) - Added check to not retrieve Inverter data for older Envoys (Firmware < 3.9) as this data is not available
0.17.1
- Remove `update()` method that Home Assistant previously used - Change to raising exceptions when errors occur
0.17.0
- bug fix for Issue 37 - HTTP optimizations
0.17.0a
- Fixed a bug introduced in '0.17.0' that caused failure to retrieve Production data for older Envoys (Firmware < 3.9) - Added check to not retrieve Inverter data for older Envoys (Firmware < 3.9) as this data is not available
0.16.2
- Increase HTTP timeout from default of 5secs to 30secs