ha-core/homeassistant/components/bluetooth/translations/en.json

22 lines
586 B
JSON

{
"config": {
"abort": {
"already_configured": "Service is already configured"
},
"flow_title": "{name}",
"step": {
"bluetooth_confirm": {
"description": "Do you want to setup {name}?"
},
"enable_bluetooth": {
"description": "Do you want to setup Bluetooth?"
},
"user": {
"data": {
"address": "Device"
},
"description": "Choose a device to setup"
}
}
}
}