From cae7ac24a1531f7cfbcb224420c8b65999a12652 Mon Sep 17 00:00:00 2001 From: jbouwh Date: Sun, 3 Aug 2025 07:58:45 +0000 Subject: [PATCH] Apply suggestion from code review --- homeassistant/components/mqtt/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/mqtt/strings.json b/homeassistant/components/mqtt/strings.json index 20b7d86f31b..67963481f4e 100644 --- a/homeassistant/components/mqtt/strings.json +++ b/homeassistant/components/mqtt/strings.json @@ -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",