dahlb / ha_carrier

Carrier Infinity Integration for Home Assistant
MIT License
35 stars 3 forks source link

TEMP_CELSIUS and TEMP_FARENHEIT #92

Closed adamsd5 closed 4 months ago

adamsd5 commented 4 months ago

System Health details

na

Checklist

Describe the issue

Logger: homeassistant.const Source: helpers/deprecation.py:205 First occurred: 12:41:29 AM (4 occurrences) Last logged: 12:41:29 AM

TEMP_CELSIUS was used from ha_carrier, 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/dahlb/ha_carrier/issues TEMP_FAHRENHEIT was used from ha_carrier, 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/dahlb/ha_carrier/issues

Reproduction steps

  1. checked logs
  2. ...

Debug logs

na

Diagnostics dump

na

dahlb commented 4 months ago

already fixed in https://github.com/dahlb/ha_carrier/pull/85 v1.21.2