迁移 dhcp/ssdp/usb/zeroconf ServiceInfo models
变更摘要
为了减少对 optional 集成的依赖(这些集成名称本质上是作为 helpers 使用的),以下 ServiceInfo models 已被迁移:
DhcpServiceInfo从homeassistant.components.dhcp迁移到homeassistant.helpers.service_info.dhcpSsdpServiceInfo从homeassistant.components.ssdp迁移到homeassistant.helpers.service_info.ssdpUsbServiceInfo从homeassistant.components.usb迁移到homeassistant.helpers.service_info.usbZeroconfServiceInfo从homeassistant.components.zeroconf迁移到homeassistant.helpers.service_info.zeroconf
要更新你的集成:
- 按下述示例替换 import 语句
- 使用新的 imports 测试你的集成
旧的 import 位置已被 deprecated,并将在 Home Assistant 2026.2 中移除。

