- This release is `0.17.0` plus the below fixes.
- Removal of the flag to force updates with every poll from Home Assistant. Since Home Assistant sensor code was not updated, it does not know about the `getData()` and does not retrieve data from the Envoy after the initial poll.
- Fixed a bug introduced in '0.17.0' that caused the 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
Note: It appears the versioning scheme did not conform to [PEP-440](https://www.python.org/dev/peps/pep-0440/), so these changes and the rest of the changes made in `0.17.1` and `0.17.2` will be made into a `0.18.0` release.