mirror of https://github.com/home-assistant/core
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"user": {
|
|
"description": "[%key:component::bluetooth::config::step::user::description%]",
|
|
"data": {
|
|
"address": "[%key:common::config_flow::data::device%]",
|
|
"medium_type": "Medium Type"
|
|
}
|
|
},
|
|
"bluetooth_confirm": {
|
|
"description": "[%key:component::bluetooth::config::step::bluetooth_confirm::description%]",
|
|
"data": {
|
|
"medium_type": "[%key:component::mopeka::config::step::user::data::medium_type%]"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"not_supported": "Device not supported",
|
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "Configure Mopeka",
|
|
"data": {
|
|
"medium_type": "[%key:component::mopeka::config::step::user::data::medium_type%]"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|