From 7a9a0c0c91ecae30b679626d3eff83318e0e0b8e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 30 Mar 2022 01:16:04 -0700 Subject: [PATCH] Update group description (#68882) Co-authored-by: Franck Nijhof --- homeassistant/components/group/strings.json | 6 +++--- .../components/group/translations/en.json | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/homeassistant/components/group/strings.json b/homeassistant/components/group/strings.json index c4c4e5d98fe..26494255996 100644 --- a/homeassistant/components/group/strings.json +++ b/homeassistant/components/group/strings.json @@ -3,8 +3,8 @@ "config": { "step": { "user": { - "title": "New Group", - "description": "Select group type", + "title": "Add 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", "cover": "Cover group", @@ -141,4 +141,4 @@ "problem": "[%key:component::binary_sensor::state::problem::on%]" } } -} \ No newline at end of file +} diff --git a/homeassistant/components/group/translations/en.json b/homeassistant/components/group/translations/en.json index 74e96d05684..a67d23b812d 100644 --- a/homeassistant/components/group/translations/en.json +++ b/homeassistant/components/group/translations/en.json @@ -9,7 +9,7 @@ "name": "Name" }, "description": "If \"all entities\" is enabled, the group's state is on only if all members are on. If \"all entities\" is disabled, the group's state is on if any member is on.", - "title": "New Group" + "title": "Add Group" }, "cover": { "data": { @@ -17,7 +17,7 @@ "hide_members": "Hide members", "name": "Name" }, - "title": "New Group" + "title": "Add Group" }, "fan": { "data": { @@ -25,7 +25,7 @@ "hide_members": "Hide members", "name": "Name" }, - "title": "New Group" + "title": "Add Group" }, "light": { "data": { @@ -33,7 +33,7 @@ "hide_members": "Hide members", "name": "Name" }, - "title": "New Group" + "title": "Add Group" }, "lock": { "data": { @@ -41,7 +41,7 @@ "hide_members": "Hide members", "name": "Name" }, - "title": "New Group" + "title": "Add Group" }, "media_player": { "data": { @@ -49,7 +49,7 @@ "hide_members": "Hide members", "name": "Name" }, - "title": "New Group" + "title": "Add Group" }, "switch": { "data": { @@ -57,10 +57,10 @@ "hide_members": "Hide members", "name": "Name" }, - "title": "New Group" + "title": "Add Group" }, "user": { - "description": "Select group type", + "description": "Groups allow you to create a new entity that represents multiple entities of the same type.", "menu_options": { "binary_sensor": "Binary sensor group", "cover": "Cover group", @@ -70,7 +70,7 @@ "media_player": "Media player group", "switch": "Switch group" }, - "title": "New Group" + "title": "Add Group" } } },