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

Remove deprecated square meters constant (#155954)

This commit is contained in:
G Johansson
2025-11-06 19:58:46 +01:00
committed by GitHub
parent 6a7de24a04
commit bbadd92ffb
2 changed files with 1 additions and 41 deletions

View File

@@ -685,13 +685,6 @@ class UnitOfArea(StrEnum):
HECTARES = "ha"
_DEPRECATED_AREA_SQUARE_METERS: Final = DeprecatedConstantEnum(
UnitOfArea.SQUARE_METERS,
"2025.12",
)
"""Deprecated: please use UnitOfArea.SQUARE_METERS"""
# Mass units
class UnitOfMass(StrEnum):
"""Mass units."""