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:
Norbert Rittel 2025-01-05 10:43:32 +01:00 committed by GitHub
parent d4f3dd2335
commit dd34a10934
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {