You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
HomeAssistant is showing in the log a few errors about deprecated UoMs:
TEMP_CELSIUS
PRESSURE_PA
PRESSURE_MBAR
Describe the solution you'd like
Updating UoMs to actual ones
Describe alternatives you've considered
(void)
Additional context
Home assistant log:
Logger: homeassistant.const
Source: helpers/deprecation.py:205
First occurred: 00:56:25 (3 occurrences)
Last logged: 00:56:25
TEMP_CELSIUS was used from 4heat, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please report it to the author of the '4heat' custom integration
PRESSURE_PA was used from 4heat, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPressure.PA instead, please report it to the author of the '4heat' custom integration
PRESSURE_MBAR was used from 4heat, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfPressure.MBAR instead, please report it to the author of the '4heat' custom integration
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
HomeAssistant is showing in the log a few errors about deprecated UoMs:
TEMP_CELSIUS
PRESSURE_PA
PRESSURE_MBAR
Describe the solution you'd like
Updating UoMs to actual ones
Describe alternatives you've considered
(void)
Additional context
Home assistant log:
The text was updated successfully, but these errors were encountered: