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",