23 lines
712 B
JSON
23 lines
712 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Device is already configured",
|
|
"already_in_progress": "Configuration flow is already in progress",
|
|
"cannot_connect": "Failed to connect",
|
|
"no_devices_found": "No devices found on the network",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"bluetooth_confirm": {
|
|
"description": "Do you want to setup {name}?"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"address": "Device"
|
|
},
|
|
"description": "Choose a device to setup"
|
|
}
|
|
}
|
|
}
|
|
} |