mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 09:38:58 +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