23 lines
707 B
JSON
23 lines
707 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Device is already configured",
|
|
"already_in_progress": "Configuration flow is already in progress",
|
|
"no_devices_found": "No devices found on the network",
|
|
"no_unconfigured_devices": "No unconfigured devices found.",
|
|
"not_supported": "Device not supported"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"address": "Bluetooth address"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |