v0.5.0
Breaking Change
The integration domain has been renamed from solectrus_integration to solectrus.
After updating, you must re-add the integration:
- Go to Settings → Devices & services
- Remove the old (broken) SOLECTRUS entry
- Delete the old folder
custom_components/solectrus_integration/manually from your Home Assistant instance (HACS does not remove it automatically) - Restart Home Assistant
- Add the integration again and re-enter your InfluxDB connection details
- Re-configure your sensor mappings in the integration options
Your InfluxDB data is not affected by this change.
Why?
The _integration suffix was redundant and inconsistent with Home Assistant naming conventions. This rename also aligns the domain with the brand entry in the home-assistant/brands repository, which is required for listing on HACS.
Other changes
- Updated CONTRIBUTING.md to reflect actual tooling (ruff instead of black)