From a0ae18a1b6f79f5b5e212a5b2000828c6781830c Mon Sep 17 00:00:00 2001 From: Simon Lamon <32477463+silamon@users.noreply.github.com> Date: Sun, 11 Feb 2024 09:54:50 +0100 Subject: [PATCH] Fix state classes issue translation in Group (#110238) Fix state classes translation --- homeassistant/components/group/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/group/strings.json b/homeassistant/components/group/strings.json index 25ae20da995..ba571bb1008 100644 --- a/homeassistant/components/group/strings.json +++ b/homeassistant/components/group/strings.json @@ -265,7 +265,7 @@ }, "state_classes_not_matching": { "title": "State classes is not correct", - "description": "Device classes `{state_classes}` on source entities `{source_entities}` needs to be same for sensor group `{entity_id}`.\n\nPlease correct the state classes on the source entities and reload the group sensor to fix this issue." + "description": "State classes `{state_classes}` on source entities `{source_entities}` needs to be same for sensor group `{entity_id}`.\n\nPlease correct the state classes on the source entities and reload the group sensor to fix this issue." } } }