2020-04-20 23:25:35 +00:00
|
|
|
{
|
|
|
|
"title": "Group",
|
2022-03-07 12:05:04 +00:00
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"description": "Select group type",
|
|
|
|
"data": {
|
|
|
|
"group_type": "Group type"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"cover": {
|
|
|
|
"description": "Select group options",
|
|
|
|
"data": {
|
|
|
|
"entities": "Group members",
|
|
|
|
"name": "Group name"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"cover_options": {
|
|
|
|
"description": "Select group options",
|
|
|
|
"data": {
|
|
|
|
"entities": "Group members"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"fan": {
|
|
|
|
"description": "Select group options",
|
|
|
|
"data": {
|
|
|
|
"entities": "Group members",
|
|
|
|
"name": "Group name"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"fan_options": {
|
|
|
|
"description": "Select group options",
|
|
|
|
"data": {
|
|
|
|
"entities": "Group members"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"light": {
|
|
|
|
"description": "Select group options",
|
|
|
|
"data": {
|
|
|
|
"entities": "Group members",
|
|
|
|
"name": "Group name"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"light_options": {
|
|
|
|
"description": "Select group options",
|
|
|
|
"data": {
|
|
|
|
"entities": "Group members"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"media_player": {
|
|
|
|
"description": "Select group options",
|
|
|
|
"data": {
|
|
|
|
"entities": "Group members",
|
|
|
|
"name": "Group name"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"media_player_options": {
|
|
|
|
"description": "Select group options",
|
|
|
|
"data": {
|
|
|
|
"entities": "Group members"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2020-04-20 23:25:35 +00:00
|
|
|
"state": {
|
|
|
|
"_": {
|
|
|
|
"off": "[%key:common::state::off%]",
|
|
|
|
"on": "[%key:common::state::on%]",
|
2020-04-22 00:57:21 +00:00
|
|
|
"home": "[%key:component::device_tracker::state::_::home%]",
|
|
|
|
"not_home": "[%key:component::device_tracker::state::_::not_home%]",
|
2020-04-20 23:25:35 +00:00
|
|
|
"open": "[%key:common::state::open%]",
|
|
|
|
"closed": "[%key:common::state::closed%]",
|
|
|
|
"locked": "[%key:common::state::locked%]",
|
|
|
|
"unlocked": "[%key:common::state::unlocked%]",
|
|
|
|
"ok": "[%key:component::binary_sensor::state::problem::off%]",
|
|
|
|
"problem": "[%key:component::binary_sensor::state::problem::on%]"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|