1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add support for CCF volume unit (#84029)

This commit is contained in:
epenet
2022-12-19 14:57:04 +01:00
committed by GitHub
parent 3351846b0e
commit f4c13645d2
7 changed files with 47 additions and 103 deletions

View File

@@ -723,6 +723,7 @@ class UnitOfVolume(StrEnum):
"""Volume units."""
CUBIC_FEET = "ft³"
CENTUM_CUBIC_FEET = "CCF"
CUBIC_METERS = ""
LITERS = "L"
MILLILITERS = "mL"