-
-
Notifications
You must be signed in to change notification settings - Fork 156
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 for 2026.1 #845
Comments
changed vacuum STATE_xyz to VacuumActivity.xyz. This will fix the deprication warning for 2026.1 introduced with HA 2025.1
Hello! There are more warnings like this:
|
Here's another one:
|
@Tasshack Thanks for your great work! I really hope the integration will continue, one of the most used by my wife on the wall tablet! Please never stop! :-) |
Describe the bug
the following is depricated and will be removed in 2026.1
STATE_DOCKED was used from dreame_vacuum, this is a deprecated constant which will be removed in HA Core 2026.1.
Use VacuumActivity.DOCKED instead, please report it to the author of the 'dreame_vacuum' custom integration
STATE_ERROR was used from dreame_vacuum, this is a deprecated constant which will be removed in HA Core 2026.1.
Use VacuumActivity.ERROR instead, please report it to the author of the 'dreame_vacuum' custom integration
STATE_IDLE was used from dreame_vacuum, this is a deprecated constant which will be removed in HA Core 2026.1.
Use VacuumActivity.IDLE instead, please report it to the author of the 'dreame_vacuum' custom integration
STATE_PAUSED was used from dreame_vacuum, this is a deprecated constant which will be removed in HA Core 2026.1.
Use VacuumActivity.PAUSED instead, please report it to the author of the 'dreame_vacuum' custom integration
STATE_RETURNING was used from dreame_vacuum, this is a deprecated constant which will be removed in HA Core 2026.1.
Use VacuumActivity.RETURNING instead, please report it to the author of the 'dreame_vacuum' custom integration
To Reproduce
Deprication came with 2025.1
Expected behavior
Screenshots
Additional Information (please complete the following information)
The text was updated successfully, but these errors were encountered: