mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Update group strings (#68571)
This commit is contained in:
parent
cdc78ee129
commit
d3809e4a09
@ -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%]"
|
||||
}
|
||||
}
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user