You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I keep seeing those warnings periodically in my home assistant logs.
Debug log
2025-01-07 14:16:11.822 WARNING (MainThread) [roborock.code_mappings] Missing RoborockDockTypeCode code: 10 - defaulting to 'unknown'
2025-01-07 14:16:12.369 WARNING (ImportExecutor_0) [homeassistant.const] AREA_SQUARE_METERS was used from roborock, this is a deprecated constant which will be removed in HA Core 2025.12. Use UnitOfArea.SQUARE_METERS instead, please report it to the author of the 'roborock' custom integration
2025-01-07 14:16:12.385 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_CLEANING was used from roborock, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.CLEANING instead, please report it to the author of the 'roborock' custom integration
2025-01-07 14:16:12.389 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_DOCKED was used from roborock, 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 'roborock' custom integration
2025-01-07 14:16:12.394 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_ERROR was used from roborock, 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 'roborock' custom integration
2025-01-07 14:16:12.399 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_IDLE was used from roborock, 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 'roborock' custom integration
2025-01-07 14:16:12.403 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_PAUSED was used from roborock, 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 'roborock' custom integration
2025-01-07 14:16:12.408 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_RETURNING was used from roborock, 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 'roborock' custom integration
2025-01-07 14:16:12.412 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_CLEANING was used from roborock, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.CLEANING instead, please report it to the author of the 'roborock' custom integration
2025-01-07 14:16:12.417 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_DOCKED was used from roborock, 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 'roborock' custom integration
2025-01-07 14:16:12.422 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_ERROR was used from roborock, 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 'roborock' custom integration
2025-01-07 14:16:12.427 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_IDLE was used from roborock, 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 'roborock' custom integration
2025-01-07 14:16:12.431 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_PAUSED was used from roborock, 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 'roborock' custom integration
2025-01-07 14:16:12.435 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_RETURNING was used from roborock, 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 'roborock' custom integration
2025-01-07 14:16:12.457 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'roborock' is setting state directly. Entity None (<class 'custom_components.roborock.vacuum.RoborockVacuum'>) should implement the 'activity' property and return its state using the VacuumActivity enum at custom_components/roborock/vacuum.py, line 204: async_add_entities(entities). This will stop working in Home Assistant 2026.1, please create a bug report at https://github.com/humbertogontijo/homeassistant-roborock/issues
2025-01-07 14:16:42.460 WARNING (MainThread) [roborock.code_mappings] Missing RoborockDockTypeCode code: 10 - defaulting to 'unknown'
2025-01-07 14:17:12.460 WARNING (MainThread) [roborock.code_mappings] Missing RoborockDockTypeCode code: 10 - defaulting to 'unknown'
2025-01-07 14:17:42.461 WARNING (MainThread) [roborock.code_mappings] Missing RoborockDockTypeCode code: 10 - defaulting to 'unknown'
2025-01-07 14:18:12.460 WARNING (MainThread) [roborock.code_mappings] Missing RoborockDockTypeCode code: 10 - defaulting to 'unknown'
The text was updated successfully, but these errors were encountered:
DanteFragapane
added a commit
to DanteFragapane/homeassistant-roborock
that referenced
this issue
Jan 10, 2025
Version of the custom_component
What vacuum are you using?
Describe the bug
Debug log
The text was updated successfully, but these errors were encountered: