mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 07:05:48 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user