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

HVAC_MODE_ to be replaced by HVACMode. #3

Open
marni-xyz opened this issue Nov 9, 2024 · 0 comments
Open

HVAC_MODE_ to be replaced by HVACMode. #3

marni-xyz opened this issue Nov 9, 2024 · 0 comments

Comments

@marni-xyz
Copy link

HVAC_MODE_ is a depracted constant. Will be removed in HA Core 2025.1

Just replace it in climate.py, lines 15 to 19.

Worked for me and the message disappeared.

Detailed error log:
HVAC_MODE_AUTO was used from blauberg_s21, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.AUTO instead, please report it to the author of the 'blauberg_s21' custom integration
HVAC_MODE_COOL was used from blauberg_s21, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.COOL instead, please report it to the author of the 'blauberg_s21' custom integration
HVAC_MODE_FAN_ONLY was used from blauberg_s21, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.FAN_ONLY instead, please report it to the author of the 'blauberg_s21' custom integration
HVAC_MODE_HEAT was used from blauberg_s21, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.HEAT instead, please report it to the author of the 'blauberg_s21' custom integration
HVAC_MODE_OFF was used from blauberg_s21, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.OFF instead, please report it to the author of the 'blauberg_s21' custom integration

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

1 participant