mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Add deprecated constants
This commit is contained in:
@@ -1055,7 +1055,16 @@ _DEPRECATED_VOLUME_FLOW_RATE_CUBIC_FEET_PER_MINUTE: Final = DeprecatedConstantEn
|
|||||||
"2025.1",
|
"2025.1",
|
||||||
)
|
)
|
||||||
"""Deprecated: please use UnitOfVolumeFlowRate.CUBIC_FEET_PER_MINUTE"""
|
"""Deprecated: please use UnitOfVolumeFlowRate.CUBIC_FEET_PER_MINUTE"""
|
||||||
|
_DEPRECATED_VOLUME_FLOW_RATE_LITERS_PER_MINUTE: Final = DeprecatedConstantEnum(
|
||||||
|
UnitOfVolumeFlowRate.LITERS_PER_MINUTE,
|
||||||
|
"2025.1",
|
||||||
|
)
|
||||||
|
"""Deprecated: please use UnitOfVolumeFlowRate.LITERS_PER_MINUTE"""
|
||||||
|
_DEPRECATED_VOLUME_FLOW_RATE_GALLONS_PER_MINUTE: Final = DeprecatedConstantEnum(
|
||||||
|
UnitOfVolumeFlowRate.GALLONS_PER_MINUTE,
|
||||||
|
"2025.1",
|
||||||
|
)
|
||||||
|
"""Deprecated: please use UnitOfVolumeFlowRate.GALLONS_PER_MINUTE"""
|
||||||
# Area units
|
# Area units
|
||||||
AREA_SQUARE_METERS: Final = "m²"
|
AREA_SQUARE_METERS: Final = "m²"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user