Add gallons per hour as volume flow rate unit (#154246)

Co-authored-by: Christopher Fenner <9592452+CFenner@users.noreply.github.com>
This commit is contained in:
Sid
2025-10-14 16:16:48 +02:00
committed by GitHub
parent 2abc197dcd
commit 3e20c506f4
3 changed files with 9 additions and 0 deletions

View File

@@ -977,6 +977,12 @@ _CONVERTED_VALUE: dict[
7.48051948,
UnitOfVolumeFlowRate.GALLONS_PER_MINUTE,
),
(
1,
UnitOfVolumeFlowRate.LITERS_PER_HOUR,
0.264172052,
UnitOfVolumeFlowRate.GALLONS_PER_HOUR,
),
(
9,
UnitOfVolumeFlowRate.CUBIC_METERS_PER_HOUR,