mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 02:07:54 +00:00
Remove degree from Kelvin unit (#40574)
Kelvin temperature unit does not use the degree symbol
This commit is contained in:
parent
a19e10c57a
commit
ceded35a82
@ -389,7 +389,7 @@ CURRENCY_CENT = "¢"
|
||||
# Temperature units
|
||||
TEMP_CELSIUS = f"{DEGREE}C"
|
||||
TEMP_FAHRENHEIT = f"{DEGREE}F"
|
||||
TEMP_KELVIN = f"{DEGREE}K"
|
||||
TEMP_KELVIN = "K"
|
||||
|
||||
# Time units
|
||||
TIME_MICROSECONDS = "μs"
|
||||
|
Loading…
x
Reference in New Issue
Block a user