mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Update group description (#68882)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
206ea9d237
commit
7a9a0c0c91
@ -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%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user