Highlights
- Refrigerator compressor frequency and voltage sensors now report proper units (Hz and V) instead of bare numbers.
- Fixed a Home Assistant 2026.6.0 translation validation error caused by a missing
{device_name}placeholder in six localized strings. - Test server configuration moved out of the options flow into a creation-time step.
Improvements to existing devices
026(refrigerator): setdevice_class/unit oncompressor_frequency(frequency/Hz) andpower_voltage(voltage/V), which previously rendered as bare numbers #572. Encoding unconfirmed — both properties read0in available dumps, so values are worth confirming against a live reading (a device reporting in the thousands would actually be rpm, not Hz).
Bug fixes
- Add the
{device_name}placeholder to theconfigure_devicedescription in all six non-English translations (de/es/fr/it/nl/no), fixing a translation placeholder validation error under Home Assistant 2026.6.0 #574.
General improvements
- Move test server configuration from the options flow to a creation-time step #571.
Full Changelog: v0.41.0...v0.41.1