2022-07-22 00:16:45 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"flow_title": "{name}",
|
|
|
|
"step": {
|
|
|
|
"user": {
|
2022-12-12 10:40:00 +00:00
|
|
|
"description": "Choose a device to set up",
|
2022-07-22 00:16:45 +00:00
|
|
|
"data": {
|
2023-07-13 15:52:50 +00:00
|
|
|
"address": "[%key:common::config_flow::data::device%]"
|
2022-07-22 00:16:45 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"bluetooth_confirm": {
|
2022-12-12 10:40:00 +00:00
|
|
|
"description": "Do you want to set up {name}?"
|
2022-08-19 01:41:07 +00:00
|
|
|
},
|
|
|
|
"multiple_adapters": {
|
2022-12-12 10:40:00 +00:00
|
|
|
"description": "Select a Bluetooth adapter to set up",
|
2022-08-19 01:41:07 +00:00
|
|
|
"data": {
|
|
|
|
"adapter": "Adapter"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"single_adapter": {
|
2022-12-12 10:40:00 +00:00
|
|
|
"description": "Do you want to set up the Bluetooth adapter {name}?"
|
2022-07-22 00:16:45 +00:00
|
|
|
}
|
2022-07-22 18:19:53 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
2022-07-25 14:52:35 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
|
2023-02-09 22:41:53 +00:00
|
|
|
"no_adapters": "No unconfigured Bluetooth adapters found. There are {ignored_adapters} ignored adapters."
|
2022-07-22 00:16:45 +00:00
|
|
|
}
|
2022-08-24 17:17:28 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"data": {
|
2022-08-27 23:18:54 +00:00
|
|
|
"passive": "Passive scanning"
|
2022-08-24 17:17:28 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-07-22 00:16:45 +00:00
|
|
|
}
|
|
|
|
}
|