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/2022-05-03-serviceinfo-model-improvements.md.

ServiceInfo model 改进和弃用

从 Home Assistant Core 2022.6 开始,通过此前已弃用的 dictionary 方法访问 discovery 信息的能力已被移除。

这适用于 DhcpServiceInfoMqttServiceInfoSsdpServiceInfoUsbServiceInfoZeroconfServiceInfo 实例。

Custom integrations 需要迁移到使用新的 dataclass properties。