Skip to content

v1.0.0 — Gold Quality Scale

Choose a tag to compare

@volschin volschin released this 10 Mar 12:37

🥇 Gold Quality Scale

This major release brings the Danfoss TLX Pro integration to the Home Assistant Gold Quality Scale standard.

New Features

  • Entity Translations — All 52 sensor entities use translation_key with German (strings.json) and English (translations/en.json) names
  • Icon Translations — MDI icons for all sensors defined in icons.json
  • Exception Translations — All errors use HomeAssistantError with translated messages
  • Diagnostics Platform — New diagnostics.py exposes config, coordinator state, and inverter data (serial redacted)
  • Availability Logging — WARNING on first connection failure, INFO on recovery, no repeated warnings
  • Quality Scale Declarationquality_scale.yaml with all Bronze/Silver/Gold rules declared

Improvements

  • Test Coverage — Boosted from 88% to 97% (152 tests, CI threshold raised to 95%)
  • README Documentation — Added sections: data update mechanism, supported devices, known limitations, use cases, automation examples
  • Gold Quality Badge — Added to README alongside existing CI badges

Breaking Changes

  • Sensor entity names now use the HA translation system instead of hardcoded German names. If you reference sensors by their friendly name in automations, verify the entity IDs after updating.