21 lines
618 B
JSON
21 lines
618 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"
|
||
|
},
|
||
|
"flow_title": "{name}",
|
||
|
"step": {
|
||
|
"bluetooth_confirm": {
|
||
|
"description": "Do you want to setup {name}?"
|
||
|
},
|
||
|
"user": {
|
||
|
"data": {
|
||
|
"address": "Device"
|
||
|
},
|
||
|
"description": "Choose a device to setup"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|