leeyuentuen / localtuya

local handling for Tuya devices
GNU General Public License v3.0
71 stars 17 forks source link

TEMP_CELSIUS and TEMP_FAHRENHEIT is a deprecated #88

Open atlantden opened 5 months ago

atlantden commented 5 months ago

Got na a warning in the sysme log after udate my HA TEMP_CELSIUS was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please create a bug report at https://github.com/leeyuentuen/localtuya/issues TEMP_FAHRENHEIT was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.FAHRENHEIT instead, please create a bug report at https://github.com/leeyuentuen/localtuya/issues