🔧 Hotfix
Encoding repair: v2.5.0 was committed through a flow that double-encoded UTF-8 as Latin-1, corrupting all non-ASCII characters (mojibake — e.g. Tür instead of Tür, broken emojis in HACS and on GitHub). This affected README.md, info.md, sensor.py and 16 of 19 translation files. All files have been repaired and validated against the clean v2.4.1 baseline — only the intended v2.5.0 label changes remain.
Translations: The new v2.6.0 options are now translated in all 19 languages (previously EN/DE only, which caused the Validate Translations CI failure).
⚠️ If you installed v2.5.0 or v2.6.0, update to v2.6.1 — those releases contain corrupted entity names in most languages.
No functional code changes besides the repaired sensor.py (whose logic is identical — only the corrupted °C characters were fixed).