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 constant which will be removed in HA Core 2025.1 #18

Open
fort999 opened this issue Mar 12, 2024 · 1 comment
Open

Deprecated constant which will be removed in HA Core 2025.1 #18

fort999 opened this issue Mar 12, 2024 · 1 comment

Comments

@fort999
Copy link

fort999 commented Mar 12, 2024

Hello. Thanks for your work. After a recent update, warnings appeared in the log.

DEVICE_CLASS_OPENING was used from multizone_generic_thermostat, this is a deprecated constant which will be removed in HA Core 2025.1. Use BinarySensorDeviceClass.OPENING instead,

HVAC_MODE_COOL was used from multizone_generic_thermostat, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.COOL instead,

HVAC_MODE_HEAT was used from multizone_generic_thermostat, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.HEAT instead,

HVAC_MODE_OFF was used from multizone_generic_thermostat, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.OFF instead,

SUPPORT_PRESET_MODE was used from multizone_generic_thermostat, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.PRESET_MODE instead

SUPPORT_TARGET_TEMPERATURE was used from multizone_generic_thermostat, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.TARGET_TEMPERATURE instead,

Could you fix this?
Thanx.

@us9igy
Copy link

us9igy commented Jan 5, 2025

Forked and dirty-fixed compatibility with 2025.1. https://github.com/us9igy/multizone_generic_thermostat.git For me works ok (using it at home).

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