mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 22:10:09 +00:00
Use two words for Nautical miles unit (#126905)
This commit is contained in:
@@ -896,7 +896,7 @@ class UnitOfLength(StrEnum):
|
||||
FEET = "ft"
|
||||
YARDS = "yd"
|
||||
MILES = "mi"
|
||||
NAUTICALMILES = "nmi"
|
||||
NAUTICAL_MILES = "nmi"
|
||||
|
||||
|
||||
_DEPRECATED_LENGTH_MILLIMETERS: Final = DeprecatedConstantEnum(
|
||||
|
||||
Reference in New Issue
Block a user