rospogrigio / localtuya

local handling for Tuya devices
GNU General Public License v3.0
2.71k stars 530 forks source link

Temp_celcius deprecated #1637

Open prodoff opened 5 months ago

prodoff commented 5 months ago

Logger: homeassistant.const Source: helpers/deprecation.py:205 First occurred: 20:05:53 (2 occurrences) Last logged: 20:05:53

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/rospogrigio/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/rospogrigio/localtuya/issues

neildsb commented 5 months ago

duplicate https://github.com/rospogrigio/localtuya/issues/1610