nyffchanium / argoclima-integration

Home Assistant integration for Argoclima (Argo) climate control devices
MIT License
22 stars 5 forks source link

Deprecated Constants as of HA 2025.1 #10

Closed redneckdba closed 8 months ago

redneckdba commented 8 months ago

Version of the custom_component

1.1.2

Configuration

plugin configured via UI, no yaml config available

Describe the bug

After upgrading to HA 2024.1 I found the following logs in home-assistant.log after startup.

Debug log


2024-01-15 11:52:45.073 WARNING (MainThread) [homeassistant.const] TEMP_CELSIUS was used from argoclima, 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/nyffchanium/argoclima-integration/issues
2024-01-15 11:52:45.090 WARNING (MainThread) [homeassistant.const] TEMP_FAHRENHEIT was used from argoclima, 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/nyffchanium/argoclima-integration/issues