From d86d7b8843d70fc2ad5a628a5efa6f266e4b6489 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 23 Apr 2025 09:32:09 +0200 Subject: [PATCH] Fix sentence-casing in two strings of `group` (#143500) Make them consistent with the rest of the integration. --- homeassistant/components/group/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/group/strings.json b/homeassistant/components/group/strings.json index fb90eb9b22c..b80b78027bf 100644 --- a/homeassistant/components/group/strings.json +++ b/homeassistant/components/group/strings.json @@ -3,7 +3,7 @@ "config": { "step": { "user": { - "title": "Create Group", + "title": "Create group", "description": "Groups allow you to create a new entity that represents multiple entities of the same type.", "menu_options": { "binary_sensor": "Binary sensor group", @@ -104,7 +104,7 @@ "round_digits": "Round value to number of decimals", "device_class": "Device class", "state_class": "State class", - "unit_of_measurement": "Unit of Measurement" + "unit_of_measurement": "Unit of measurement" } }, "switch": {