mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 04:50:17 +00:00
Use two words for Nautical miles unit (#126905)
This commit is contained in:
@@ -238,7 +238,7 @@ METRIC_SYSTEM = UnitSystem(
|
||||
("distance", UnitOfLength.FEET): UnitOfLength.METERS,
|
||||
("distance", UnitOfLength.INCHES): UnitOfLength.MILLIMETERS,
|
||||
("distance", UnitOfLength.MILES): UnitOfLength.KILOMETERS,
|
||||
("distance", UnitOfLength.NAUTICALMILES): UnitOfLength.KILOMETERS,
|
||||
("distance", UnitOfLength.NAUTICAL_MILES): UnitOfLength.KILOMETERS,
|
||||
("distance", UnitOfLength.YARDS): UnitOfLength.METERS,
|
||||
# Convert non-metric volumes of gas meters
|
||||
("gas", UnitOfVolume.CENTUM_CUBIC_FEET): UnitOfVolume.CUBIC_METERS,
|
||||
|
||||
Reference in New Issue
Block a user