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

[Sept Release] Warnings on deprecated member of NumberEntity #175

Closed
PeteRager opened this issue Jul 7, 2022 · 3 comments · Fixed by #192
Closed

[Sept Release] Warnings on deprecated member of NumberEntity #175

PeteRager opened this issue Jul 7, 2022 · 3 comments · Fixed by #192

Comments

@PeteRager
Copy link
Owner

2022-07-07 15:48:46 WARNING (MainThread) [homeassistant.components.number] custom_components.lennoxs30.number::DiagnosticLevelNumber is overriding deprecated methods on an instance of NumberEntity, this is not valid and will be unsupported from Home Assistant 2022.10. Please report it to the custom component author.
2022-07-07 15:48:46 WARNING (MainThread) [homeassistant.components.number] custom_components.lennoxs30.number::DehumidificationOverCooling is overriding deprecated methods on an instance of NumberEntity, this is not valid and will be unsupported from Home Assistant 2022.10. Please report it to the custom component author.
2022-07-07 15:48:46 WARNING (MainThread) [homeassistant.components.number] custom_components.lennoxs30.number::CirculateTime is overriding deprecated methods on an instance of NumberEntity, this is not valid and will be unsupported from Home Assistant 2022.10. Please report it to the custom component author.

@PeteRager
Copy link
Owner Author

The changes in HA went in with 2022.7.0. Scheduling this for a September release, to give people time to upgrade to at least 2022.7.0

@PeteRager PeteRager changed the title Warnings on deprecated member of NumberEntity [Sept Release] Warnings on deprecated member of NumberEntity Jul 9, 2022
@Paulbhyo
Copy link

Paulbhyo commented Aug 13, 2022

With the last update, you have an additional variable to fix also.

Logger: homeassistant.components.number
Source: components/number/init.py:119
Integration: Number (documentation, issues)
First occurred: August 12, 2022 at 7:15:51 PM (4 occurrences)
Last logged: August 12, 2022 at 7:15:51 PM

custom_components.lennoxs30.number::DiagnosticLevelNumber is overriding deprecated methods on an instance of NumberEntity, this is not valid and will be unsupported from Home Assistant 2022.10. Please report it to the custom integration author.

custom_components.lennoxs30.number::DehumidificationOverCooling is overriding deprecated methods on an instance of NumberEntity, this is not valid and will be unsupported from Home Assistant 2022.10. Please report it to the custom integration author.

custom_components.lennoxs30.number::CirculateTime is overriding deprecated methods on an instance of NumberEntity, this is not valid and will be unsupported from Home Assistant 2022.10. Please report it to the custom integration author.

custom_components.lennoxs30.number::TimedVentilationNumber is overriding deprecated methods on an instance of NumberEntity, this is not valid and will be unsupported from Home Assistant 2022.10. Please report it to the custom integration author.

@PeteRager
Copy link
Owner Author

Thanks for the note. I’ll get all those fixed before 10.1. I’m still running 2022.6.7 in my homes.

@PeteRager PeteRager linked a pull request Aug 26, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants