core/homeassistant/components/bluetooth/strings.json

17 lines
295 B
JSON
Raw Normal View History

{
"config": {
"flow_title": "{name}",
"step": {
"user": {
"description": "Choose a device to setup",
"data": {
"address": "Device"
}
},
"bluetooth_confirm": {
"description": "Do you want to setup {name}?"
}
}
}
}