core/homeassistant/components/bluetooth/strings.json

40 lines
987 B
JSON

{
"config": {
"flow_title": "{name}",
"step": {
"user": {
"description": "Choose a device to setup",
"data": {
"address": "Device"
}
},
"bluetooth_confirm": {
"description": "Do you want to setup {name}?"
},
"multiple_adapters": {
"description": "Select a Bluetooth adapter to setup",
"data": {
"adapter": "Adapter"
}
},
"single_adapter": {
"description": "Do you want to setup the Bluetooth adapter {name}?"
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"no_adapters": "No unconfigured Bluetooth adapters found"
}
},
"options": {
"step": {
"init": {
"description": "Passive listening requires BlueZ 5.63 or later with experimental features enabled.",
"data": {
"passive": "Passive listening"
}
}
}
}
}