v1.0.0 — Gold Quality Scale
🥇 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_keywith 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
HomeAssistantErrorwith translated messages - Diagnostics Platform — New
diagnostics.pyexposes config, coordinator state, and inverter data (serial redacted) - Availability Logging — WARNING on first connection failure, INFO on recovery, no repeated warnings
- Quality Scale Declaration —
quality_scale.yamlwith 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.