0.0.10
Thanks to crkochan for this release!
Adds an option in the config flow to enable "descriptive entity names". The feature basically adds the component description to the front of the various entity IDs. For example, an inverter's power sensor sensor.power_4 would become sensor.inverter_<downcase_serial>_power.
The upside is unique entity names that are potentially easier to automate with. The downside is the entity names become much longer.
This feature is disabled by default to avoid churn for existing users. It can only be enabled during setup. OptionsFlow might be able to be used to switch on and off the feature without having to reinstall the integration, but that's being left as an exercise for another contributor.