mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Add docstring to US volume constants (#79582)
* Add docstring to US volume constants * A blank line separation
This commit is contained in:
@@ -559,7 +559,10 @@ VOLUME_CUBIC_METERS: Final = "m³"
|
|||||||
VOLUME_CUBIC_FEET: Final = "ft³"
|
VOLUME_CUBIC_FEET: Final = "ft³"
|
||||||
|
|
||||||
VOLUME_GALLONS: Final = "gal"
|
VOLUME_GALLONS: Final = "gal"
|
||||||
|
"""US gallon (British gallon is not yet supported)"""
|
||||||
|
|
||||||
VOLUME_FLUID_OUNCE: Final = "fl. oz."
|
VOLUME_FLUID_OUNCE: Final = "fl. oz."
|
||||||
|
"""US fluid ounce (British fluid ounce is not yet supported)"""
|
||||||
|
|
||||||
# Volume Flow Rate units
|
# Volume Flow Rate units
|
||||||
VOLUME_FLOW_RATE_CUBIC_METERS_PER_HOUR: Final = "m³/h"
|
VOLUME_FLOW_RATE_CUBIC_METERS_PER_HOUR: Final = "m³/h"
|
||||||
|
Reference in New Issue
Block a user