Skip to content

v0.5.0

Choose a tag to compare

@ledermann ledermann released this 25 Feb 12:49
· 37 commits to main since this release
3a8aec1

Breaking Change

The integration domain has been renamed from solectrus_integration to solectrus.

After updating, you must re-add the integration:

  1. Go to Settings → Devices & services
  2. Remove the old (broken) SOLECTRUS entry
  3. Delete the old folder custom_components/solectrus_integration/ manually from your Home Assistant instance (HACS does not remove it automatically)
  4. Restart Home Assistant
  5. Add the integration again and re-enter your InfluxDB connection details
  6. 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)