mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Add docstring to US volume constants (#79582)
* Add docstring to US volume constants * A blank line separation
This commit is contained in:
parent
d0f1cba4ea
commit
2fd62b571d
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user