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

New Home Assistant errors in logs - does this need recoding? #5

Open
delbz opened this issue Jan 6, 2024 · 3 comments
Open

New Home Assistant errors in logs - does this need recoding? #5

delbz opened this issue Jan 6, 2024 · 3 comments

Comments

@delbz
Copy link

delbz commented Jan 6, 2024

Logger: homeassistant.components.climate.const
Source: helpers/deprecation.py:205
Integration: Climate (documentation, issues)
First occurred: 6:46:28 PM (16 occurrences)
Last logged: 6:46:31 PM

HVAC_MODE_DRY was used from melview, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.DRY instead, please create a bug report at https://github.com/haggis663/ha-melview/issues
HVAC_MODE_HEAT was used from melview, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.HEAT instead, please create a bug report at https://github.com/haggis663/ha-melview/issues
HVAC_MODE_FAN_ONLY was used from melview, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.FAN_ONLY instead, please create a bug report at https://github.com/haggis663/ha-melview/issues
SUPPORT_FAN_MODE was used from melview, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.FAN_MODE instead, please create a bug report at https://github.com/haggis663/ha-melview/issues
SUPPORT_TARGET_TEMPERATURE was used from melview, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.TARGET_TEMPERATURE instead, please create a bug report at https://github.com/haggis663/ha-melview/issues

@pretenda
Copy link

I've made a PR #8 for this project to fix these errors. Not too sure if @haggis663 is still maintaining the project or not, but if you're here, can you please take a look? It's my first stab at python so don't have any other references to go against if I've done the right thing or not. It all works fine on my home setup. If anyone wants to take a look and test, here's my fork. Cheers.

@haggis663
Copy link
Owner

haggis663 commented Jul 15, 2024 via email

@pretenda
Copy link

Thanks mate, can mark this one as resolved now.

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

3 participants