2019-03-24 15:16:50 +00:00
|
|
|
{
|
|
|
|
"config": {
|
2019-03-26 14:48:26 +00:00
|
|
|
"abort": {
|
|
|
|
"already_configured": "Device is already configured",
|
|
|
|
"bad_config_file": "Bad data from config file",
|
2019-06-14 21:53:13 +00:00
|
|
|
"link_local_address": "Link local addresses are not supported",
|
|
|
|
"not_axis_device": "Discovered device not an Axis device"
|
2019-03-26 14:48:26 +00:00
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"already_configured": "Device is already configured",
|
2019-06-04 15:50:48 +00:00
|
|
|
"already_in_progress": "Config flow for device is already in progress.",
|
2019-03-26 14:48:26 +00:00
|
|
|
"device_unavailable": "Device is not available",
|
|
|
|
"faulty_credentials": "Bad user credentials"
|
|
|
|
},
|
2019-03-24 15:16:50 +00:00
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"host": "Host",
|
|
|
|
"password": "Password",
|
2019-03-26 14:48:26 +00:00
|
|
|
"port": "Port",
|
|
|
|
"username": "Username"
|
|
|
|
},
|
|
|
|
"title": "Set up Axis device"
|
2019-03-24 15:16:50 +00:00
|
|
|
}
|
|
|
|
},
|
2019-03-26 14:48:26 +00:00
|
|
|
"title": "Axis device"
|
2019-03-24 15:16:50 +00:00
|
|
|
}
|
|
|
|
}
|