Add blog post for TemperatureConverter.convert_interval deprecation (#2854)

This commit is contained in:
krahabb
2025-11-05 10:30:02 +01:00
committed by GitHub
parent e36ba8e12f
commit c8d38d33ed

View File

@@ -0,0 +1,10 @@
---
author: Davide Perteghella
authorURL: https://github.com/krahabb
title: "TemperatureConverter.convert_interval deprecation"
---
The method `convert_interval` in `TemperatureConverter` (allowing conversions between °F and °C intervals) has been deprecated in favor of `TemperatureDeltaConverter.convert`.
The new converter and device class are now the preferred way to deal with temperature intervals.
For details, see [core PR 155689](https://github.com/home-assistant/core/pull/155689) and [core PR 147358](https://github.com/home-assistant/core/pull/147358).