miele icon indicating copy to clipboard operation
miele copied to clipboard

Deprecation warning

Open johanschelin opened this issue 1 month ago • 2 comments

The problem

Deprecation warnings in log

Version of miele integration having the issue?

miele-2024.12.0

Version of Home Assistant Core having the issue?

core-2025.1

Anything in the logs that might be useful for us?

STATE_DOCKED was used from miele, 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 'miele' custom integration
STATE_ERROR was used from miele, 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 'miele' custom integration
STATE_IDLE was used from miele, 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 'miele' custom integration
STATE_PAUSED was used from miele, 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 'miele' custom integration
STATE_RETURNING was used from miele, 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 'miele' custom integration

Additional information

No response

johanschelin avatar Jan 06 '25 03:01 johanschelin