22 lines
442 B
JSON
22 lines
442 B
JSON
|
{
|
||
|
"title": "Agent DVR",
|
||
|
"config": {
|
||
|
"step": {
|
||
|
"user": {
|
||
|
"title": "Set up Agent DVR",
|
||
|
"data": {
|
||
|
"host": "Host",
|
||
|
"port": "Port"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"abort": {
|
||
|
"already_configured": "Device is already configured"
|
||
|
},
|
||
|
"error": {
|
||
|
"already_in_progress": "Config flow for device is already in progress.",
|
||
|
"device_unavailable": "Device is not available"
|
||
|
}
|
||
|
}
|
||
|
}
|