Update group strings (#68571)

This commit is contained in:
Erik Montnemery
2022-03-23 15:36:50 +01:00
committed by GitHub
parent cdc78ee129
commit d3809e4a09
2 changed files with 26 additions and 16 deletions

View File

@@ -14,36 +14,41 @@
"data": {
"all": "All entities",
"entities": "Members",
"hide_members": "Hide members",
"name": "Name"
}
},
"cover": {
"title": "[%key:component::group::config::step::user::title%]",
"data": {
"title": "[%key:component::group::config::step::user::title%]",
"entities": "[%key:component::group::config::step::binary_sensor::data::entities%]",
"hide_members": "[%key:component::group::config::step::binary_sensor::data::hide_members%]",
"name": "[%key:component::group::config::step::binary_sensor::data::name%]"
}
},
"fan": {
"title": "[%key:component::group::config::step::user::title%]",
"data": {
"title": "[%key:component::group::config::step::user::title%]",
"entities": "[%key:component::group::config::step::binary_sensor::data::entities%]",
"hide_members": "[%key:component::group::config::step::binary_sensor::data::hide_members%]",
"name": "[%key:component::group::config::step::binary_sensor::data::name%]"
}
},
"light": {
"description": "[%key:component::group::config::step::binary_sensor::description%]",
"title": "[%key:component::group::config::step::user::title%]",
"data": {
"all": "[%key:component::group::config::step::binary_sensor::data::all%]",
"title": "[%key:component::group::config::step::user::title%]",
"entities": "[%key:component::group::config::step::binary_sensor::data::entities%]",
"hide_members": "[%key:component::group::config::step::binary_sensor::data::hide_members%]",
"name": "[%key:component::group::config::step::binary_sensor::data::name%]"
}
},
"media_player": {
"title": "[%key:component::group::config::step::user::title%]",
"data": {
"title": "[%key:component::group::config::step::user::title%]",
"entities": "[%key:component::group::config::step::binary_sensor::data::entities%]",
"hide_members": "[%key:component::group::config::step::binary_sensor::data::hide_members%]",
"name": "[%key:component::group::config::step::binary_sensor::data::name%]"
}
}

View File

@@ -5,6 +5,7 @@
"data": {
"all": "All entities",
"entities": "Members",
"hide_members": "Hide members",
"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.",
@@ -13,32 +14,36 @@
"cover": {
"data": {
"entities": "Members",
"name": "Name",
"title": "New Group"
}
"hide_members": "Hide members",
"name": "Name"
},
"title": "New Group"
},
"fan": {
"data": {
"entities": "Members",
"name": "Name",
"title": "New Group"
}
"hide_members": "Hide members",
"name": "Name"
},
"title": "New Group"
},
"light": {
"data": {
"all": "All entities",
"entities": "Members",
"name": "Name",
"title": "New Group"
"hide_members": "Hide members",
"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."
"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"
},
"media_player": {
"data": {
"entities": "Members",
"name": "Name",
"title": "New Group"
}
"hide_members": "Hide members",
"name": "Name"
},
"title": "New Group"
},
"user": {
"data": {