mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Fix swapped letter order in "°F" and "°C" temperature units (#134750)
Fixes the wrong order "F°" and "C°" for the temperature units.
This commit is contained in:
parent
d4f3dd2335
commit
dd34a10934
@ -136,8 +136,8 @@
|
|||||||
"temp_unit": {
|
"temp_unit": {
|
||||||
"name": "Temperature display unit",
|
"name": "Temperature display unit",
|
||||||
"state": {
|
"state": {
|
||||||
"celsius": "Celsius (C°)",
|
"celsius": "Celsius (°C)",
|
||||||
"fahrenheit": "Fahrenheit (F°)"
|
"fahrenheit": "Fahrenheit (°F)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"desc_scroll_speed": {
|
"desc_scroll_speed": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user