This release has a new AC energy class with improvements and now uses the inverter's native watt-hour units.
The decision to use fixed units in kWh predates the ability for Home Assistant users to select display precision and dynamically convert between units in a supported sensor class. But now that users can change the units and precision in the UI, having "kwh" in the sensor name is no longer appropriate and possibly inaccurate.
Backwards compatibility note: units have been removed from the energy (kWh) sensor names and entity names. This will affect new users to the integration that use templates intended for older versions. Upgrading as an existing user does not change existing entity names.
Minimum version of Home Assistant is now 2023.12.0 with Python 3.11.
What's Changed
- Remove support for Python versions older than 3.11 by @WillCodeForCats in #484
- Min version HA 2023.12.0 by @WillCodeForCats in #481
- Bump github/codeql-action from 2 to 3 by @dependabot in #485
- New SolarEdgeACEnergy class by @WillCodeForCats in #482
Full Changelog: v2.4.7...v2.4.8-pre.1