h4de5 / home-assistant-toshiba_ac

Toshiba AC integration into home-assistant.io
GNU General Public License v3.0
113 stars 17 forks source link

TEMP_CELSIUS was used from toshiba_ac, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead #168

Closed Snapperud closed 2 months ago

Snapperud commented 5 months ago

From my HA log: TEMP_CELSIUS was used from toshiba_ac, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead

Running on Home Assistant 2024.1.2

boozeman commented 4 months ago

ENERGY_WATT_HOUR was used from toshiba_ac, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfEnergy.WATT_HOUR instead

The same for this. Issue #169 contains both of these.

felixmueller commented 2 months ago

Fixed in https://github.com/h4de5/home-assistant-toshiba_ac/releases/tag/2024.4.0.

Issue may be closed.