mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
Add support for gallons per day as a unit of volume flow rate (#157394)
This commit is contained in:
@@ -653,6 +653,7 @@ class UnitOfVolumeFlowRate(StrEnum):
|
||||
LITERS_PER_SECOND = "L/s"
|
||||
GALLONS_PER_HOUR = "gal/h"
|
||||
GALLONS_PER_MINUTE = "gal/min"
|
||||
GALLONS_PER_DAY = "gal/d"
|
||||
MILLILITERS_PER_SECOND = "mL/s"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user