Releases: krbaker/hass-sunpower
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.
0.0.9
0.0.8
Add version to manifest
Update manifest.json updating to release
fix inverters
0.0.6 use the right sensor type for inverters
Fix update bugs
0.0.5 use the right keys to for Interters and Meters
Fix update bugs
Switch sensors to use coordinator data so that it gets updated
Figuring out HACS import
Maybe I should figure out a better test cycle here
Fix bugs from moving to HACS
0.0.2 fix import syntax since moving from direct hass intergration
Initial Release
Worked for me!