mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Allow liter for gas sensor device class (#141518)
This commit is contained in:
@ -355,6 +355,7 @@ US_CUSTOMARY_SYSTEM = UnitSystem(
|
||||
("distance", UnitOfLength.MILLIMETERS): UnitOfLength.INCHES,
|
||||
# Convert non-USCS volumes of gas meters
|
||||
("gas", UnitOfVolume.CUBIC_METERS): UnitOfVolume.CUBIC_FEET,
|
||||
("gas", UnitOfVolume.LITERS): UnitOfVolume.CUBIC_FEET,
|
||||
# Convert non-USCS precipitation
|
||||
("precipitation", UnitOfLength.CENTIMETERS): UnitOfLength.INCHES,
|
||||
("precipitation", UnitOfLength.MILLIMETERS): UnitOfLength.INCHES,
|
||||
|
Reference in New Issue
Block a user