mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +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
b461bc2fb5
commit
538a2ea057
@ -128,8 +128,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