mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 10:29:27 +00:00
Add Wh/km unit for energy distance (#145243)
This commit is contained in:
@@ -647,6 +647,7 @@ class UnitOfEnergyDistance(StrEnum):
|
||||
"""Energy Distance units."""
|
||||
|
||||
KILO_WATT_HOUR_PER_100_KM = "kWh/100km"
|
||||
WATT_HOUR_PER_KM = "Wh/km"
|
||||
MILES_PER_KILO_WATT_HOUR = "mi/kWh"
|
||||
KM_PER_KILO_WATT_HOUR = "km/kWh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user