-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
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. |
That look good.
Thanks
Haggis
From: pretenda ***@***.***>
Sent: Thursday, 11 July 2024 10:12 PM
To: haggis663/ha-melview ***@***.***>
Cc: haggis663 ***@***.***>; Mention ***@***.***>
Subject: Re: [haggis663/ha-melview] New Home Assistant errors in logs - does this need recoding? (Issue #5)
I've made a PR #8<#8> for this project to fix these errors. Not too sure if @haggis663<https://github.com/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<https://github.com/pretenda/ha-melview/tree/master>. Cheers.
—
Reply to this email directly, view it on GitHub<#5 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AF6LSU7VNHQJTYF6ZXGXYEDZLZZA7AVCNFSM6AAAAABBPNGAXSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRSG43TANRQHE>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
Thanks mate, can mark this one as resolved now. |
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
The text was updated successfully, but these errors were encountered: