Files
core/homeassistant/components/group/strings.json
Erik Montnemery a9cc2d2322 Add config flow for cover, fan, light and media_player groups (#67660)
* Add options flow support to HelperConfigFlowHandler

* Add config flow for cover, fan, light and media_player groups

* Update according to review comments

* Update translation strings

* Update translation strings

* Copy schema before adding suggested values
2022-03-07 13:05:04 +01:00

80 lines
2.0 KiB
JSON

{
"title": "Group",
"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"
}
}
}
},
"state": {
"_": {
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]",
"home": "[%key:component::device_tracker::state::_::home%]",
"not_home": "[%key:component::device_tracker::state::_::not_home%]",
"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%]"
}
}
}