diff --git a/source/_posts/2024-12-04-release-202412.markdown b/source/_posts/2024-12-04-release-202412.markdown index cb60beeb5f8..c2ff9aa3754 100644 --- a/source/_posts/2024-12-04-release-202412.markdown +++ b/source/_posts/2024-12-04-release-202412.markdown @@ -263,7 +263,7 @@ oto improving their integrations. To help with that, we have now [extensively documented every rule and requirement for each tier in our developer documentation]. -[each integration documentation page]: /integration/homewizard +[each integration documentation page]: /integrations/homewizard [Integration Quality Scale page]: /docs/quality_scale/ [extensively documented every rule and requirement for each tier in our developer documentation]: https://developers.home-assistant.io/docs/core/integration-quality-scale/#integration-quality-scale-rules @@ -396,17 +396,11 @@ However, we still have some edge cases, where we are not able to provide translations for everything. One of those edge cases is the units of measurement. šŸ“ -Although units do not need translation (like °CĀ orĀ kWh) in most cases, many +Although units do not need translation (likeĀ `°C`Ā orĀ `kWh`) in most cases, many sensors in a home might use specific and non-standardized units. For example, a sensor that measures the number of ā€œpeopleā€ in a home or one that tells you how many ā€œmoviesā€ are in your collection. -Although for most cases, units do not need translation (like `°C` or `kWh`), -there are many sensors in ones home that might use units that are specific -and not standarized. For example, a sensor that measures the amount of -"people" in a home, or one that tells you how many "movies" are in your -collection. - So, suppose you now have a sensor with a custom measurement unit, like the amount of ā€œmoviesā€ in your collection. In that case, integrations can now provide translations for those units. šŸŽ‰