haggis663 / ha-melview

HomeAssistant component for mitsubishi air conditioner (MelView)
6 stars 4 forks source link

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

Open delbz opened 8 months ago

delbz commented 8 months ago

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 commented 1 month ago

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 commented 1 month ago

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 #8https://github.com/haggis663/ha-melview/pull/8 for this project to fix these errors. Not too sure if @haggis663https://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 forkhttps://github.com/pretenda/ha-melview/tree/master. Cheers.

— Reply to this email directly, view it on GitHubhttps://github.com/haggis663/ha-melview/issues/5#issuecomment-2222770609, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AF6LSU7VNHQJTYF6ZXGXYEDZLZZA7AVCNFSM6AAAAABBPNGAXSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRSG43TANRQHE. You are receiving this because you were mentioned.Message ID: @.**@.>>

pretenda commented 1 month ago

Thanks mate, can mark this one as resolved now.