mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 03:37:06 +00:00
2024.12: Finish UoM translations
This commit is contained in:
parent
87cc95b017
commit
099b67747e
@ -370,27 +370,41 @@ noteworthy changes this release:
|
|||||||
|
|
||||||
## Translations for units of measurement
|
## Translations for units of measurement
|
||||||
|
|
||||||
Over the last few years, we have been working hard in making every little
|
Over the last few years, we have been working hard to make every little
|
||||||
bit of Home Assistant accessible for everyone by providing translations
|
bit of Home Assistant accessible for everyone by providing translations
|
||||||
for every part of the system. 🌐
|
for every part of the system. 🌐
|
||||||
|
|
||||||
However, we have some edge cases still, where we are not able to provide
|
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
|
translations for everything. One of those edge cases is the units of
|
||||||
measurement. 📏
|
measurement. 📏
|
||||||
|
|
||||||
|
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`),
|
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
|
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
|
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
|
"people" in a home, or one that tells you how many "movies" are in your
|
||||||
collection.
|
collection.
|
||||||
|
|
||||||
So, if you now have a sensor that has a custom unit of measurement, like
|
So, suppose you now have a sensor with a custom measurement unit, like the
|
||||||
the amount of "movies" in your collection, integrations can now provide
|
amount of “movies” in your collection. In that case, integrations can now
|
||||||
translations for those units. 🎉
|
provide translations for those units. 🎉
|
||||||
|
|
||||||
- Add unit translations for NextDNS integration ([@bieniu] - [#131281]) ([nextdns docs])
|
Several integrations have already added translations for their units, including
|
||||||
- Add unit of measurement to translations for Mastodon ([@andrew-codechimp] - [#131343]) ([mastodon docs])
|
[Jellyfin], [Lyrion Music Server], [Transmission], [Pi-hole], [QBitTorrent],
|
||||||
- Add unit of measurement to translations for Mealie ([@andrew-codechimp] - [#131345]) ([mealie docs])
|
[NextDNS], [Mastodon], and [Mealie]!
|
||||||
|
|
||||||
|
[Jellyfin]: /integrations/jellyfin
|
||||||
|
[Lyrion Music Server]: /integrations/squeezebox
|
||||||
|
[Mastodon]: /integrations/mastodon
|
||||||
|
[Mealie]: /integrations/mealie
|
||||||
|
[NextDNS]: /integrations/nextdns
|
||||||
|
[Pi-hole]: /integrations/pi_hole
|
||||||
|
[QBitTorrent]: /integrations/qbittorrent
|
||||||
|
[Transmission]: /integrations/transmission
|
||||||
|
|
||||||
## We've upgraded to Python 3.13
|
## We've upgraded to Python 3.13
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user