Update group description (#68882)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Paulus Schoutsen 2022-03-30 01:16:04 -07:00 committed by GitHub
parent 206ea9d237
commit 7a9a0c0c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

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

View File

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