core/homeassistant/components/bluetooth/strings.json

30 lines
745 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"
}
}
}