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/2025-11-04-convert-interval-deprecation.md.

TemperatureConverter.convert_interval 弃用

TemperatureConverter 中的方法 convert_interval(允许在 °F 和 °C 区间之间转换)已被弃用,建议改用 TemperatureDeltaConverter.convert。 新的 converter 和 device class 现在是处理温度区间的推荐方式。

更多详情请参阅 core PR 155689core PR 147358