-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Depreciation warning of supported features for Vacuum and Camera entities #349
Comments
it might be related to this PR and issue: https://developers.home-assistant.io/blog/2022/04/02/support-constants-deprecation/ |
Not sure how to fix this without breaking the compatibility of previous HA versions. |
hm.. let's wait until the linked PRs are merged and available and see, if this might solve the issue. |
By the way probably same issue exists with the Vacuum entity too since it also uses the depreciated supported features. |
it seems, that there are a lot of integrations affected by this change... Here's the PR they have created: |
2024.1.0b2 is fixing the error - and now there's only a deprication warning in the logs :)
So - with this, there's time until 2025.1 when it will stop working again. |
@ChristophCaina that was a close call, I really don't want to release another hotfix for the stable version but I am going to address this with a backwards compatible solution on the next beta release. |
Hello, I have the same problem. 2024-01-07 03:27:43.220 WARNING (MainThread) [homeassistant.helpers.entity] Entity camera.consuela_map (<class 'custom_components.dreame_vacuum.camera.DreameVacuumCameraEntity'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <CameraEntityFeature: 0>, please create a bug report at https://github.com/Tasshack/dreame-vacuum/issues and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation |
@kovacsla this is not a problem and currently does not effect anything, you can ignore it until the next Beta release. |
Describe the bug
The following errors are logged:
To Reproduce
Steps to reproduce the behavior.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional Information (please complete the following information)
The text was updated successfully, but these errors were encountered: