Files
core/homeassistant/components/bluetooth/strings.json
J. Nick Koston a28aeeeca7 Hide bluetooth passive option if its not available on the host system (#77421)
* Hide bluetooth passive option if its not available

- We now have a way to determine in advance if passive
  scanning is supported by BlueZ

* drop string
2022-08-27 19:18:54 -04:00

39 lines
877 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": {
"data": {
"passive": "Passive scanning"
}
}
}
}
}