For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /developers/blog/2024-04-08-deprecated-backports-and-typing-aliases.md.

弃用旧的 backports 和 typing alias

在过去,我们从上游 CPython backport 了一些功能,以便提前使用并改善用户和开发者的体验。Home Assistant 仅支持 Python 3.12,因此这些功能可以直接从 Python 中使用。这些 backports 现在已被弃用,并将于未来移除。

DeprecatedReplacementPython version
homeassistant.backports.enum.StrEnumenum.StrEnum>= 3.11
homeassistant.backports.functools.cached_propertyfunctools.cached_property>= 3.8, >= 3.12 (performance improvement)

此外,一些 typing alias 现在也被弃用了。

DeprecatedReplacement
homeassistant.helpers.typing.ContextTypehomeassistant.core.Context
homeassistant.helpers.typing.EventTypehomeassistant.core.Event
homeassistant.helpers.typing.HomeAssistantTypehomeassistant.core.HomeAssistant
homeassistant.helpers.typing.ServiceCallTypehomeassistant.core.ServiceCall