KiraPC / ha-switchbot-remote

A Custom HomeAssistant Integration to control Switchbot Hub
MIT License
55 stars 3 forks source link

Deprecated constant TEMP_CELCIUS #34

Closed MrXANA91 closed 8 months ago

MrXANA91 commented 8 months ago

From Home Assistant logs :

Logger: homeassistant.const Source: helpers/deprecation.py:205

TEMP_CELSIUS was used from switchbotremote, 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/KiraPC/ha-switchbot-remote/issues

MrXANA91 commented 8 months ago

New PR : https://github.com/KiraPC/ha-switchbot-remote/pull/37

KiraPC commented 8 months ago

Merged