Files
core/homeassistant/components/bluetooth/strings.json
2022-07-22 13:19:53 -05:00

23 lines
504 B
JSON

{
"config": {
"flow_title": "{name}",
"step": {
"enable_bluetooth": {
"description": "Do you want to setup Bluetooth?"
},
"user": {
"description": "Choose a device to setup",
"data": {
"address": "Device"
}
},
"bluetooth_confirm": {
"description": "Do you want to setup {name}?"
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
}
}
}