mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Remove degree from Kelvin unit (#40574)
Kelvin temperature unit does not use the degree symbol
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user