mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Apply suggestion from code review
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"issues": {
|
"issues": {
|
||||||
"deprecated_vacuum_battery_feature": {
|
"deprecated_vacuum_battery_feature": {
|
||||||
"title": "Deprecated battery feature used",
|
"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": {
|
"invalid_platform_config": {
|
||||||
"title": "Invalid config found for MQTT {domain} item",
|
"title": "Invalid config found for MQTT {domain} item",
|
||||||
|
Reference in New Issue
Block a user