29 lines
846 B
JSON
29 lines
846 B
JSON
{
|
|
"config": {
|
|
"flow_title": "Axis device: {name} ({host})",
|
|
"step": {
|
|
"user": {
|
|
"title": "Set up Axis device",
|
|
"data": {
|
|
"host": "Host",
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"port": "Port"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"already_configured": "Device is already configured",
|
|
"already_in_progress": "Config flow for device is already in progress.",
|
|
"device_unavailable": "Device is not available",
|
|
"faulty_credentials": "Bad user credentials"
|
|
},
|
|
"abort": {
|
|
"already_configured": "Device is already configured",
|
|
"bad_config_file": "Bad data from configuration file",
|
|
"link_local_address": "Link local addresses are not supported",
|
|
"not_axis_device": "Discovered device not an Axis device"
|
|
}
|
|
}
|
|
}
|