Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated Unit of measure #4

Open
Deimos761 opened this issue Feb 12, 2024 · 1 comment
Open

Deprecated Unit of measure #4

Deimos761 opened this issue Feb 12, 2024 · 1 comment

Comments

@Deimos761
Copy link

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

@xtrapowa
Copy link

Hi, I have the same problem. Could you help us ?

Thank you !

Slexik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants