Apply suggestion from code review

This commit is contained in:
jbouwh
2025-08-03 07:58:45 +00:00
parent 624182b2a4
commit cae7ac24a1

View File

@@ -2,7 +2,7 @@
"issues": {
"deprecated_vacuum_battery_feature": {
"title": "Deprecated battery feature used",
"description": "Vacuum entity {entity_id} implements the battery feature which is deprecated. This will stop working in Home Assistant 2026.3. Implement a separate entity for the battery status instead. To fix the issue `battery` feature should be removed from the configured supported features, and Home Assistant should be restarted to fix this issue."
"description": "Vacuum entity {entity_id} implements the battery feature which is deprecated. This will stop working in Home Assistant 2026.3. Implement a separate entity for the battery state instead. To fix the issue the `battery` feature should be removed from the configured supported features, and Home Assistant should be restarted to fix this issue."
},
"invalid_platform_config": {
"title": "Invalid config found for MQTT {domain} item",