2019-03-24 15:16:50 +00:00
|
|
|
{
|
2020-02-13 16:27:00 +00:00
|
|
|
"config": {
|
|
|
|
"flow_title": "Axis device: {name} ({host})",
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Set up Axis device",
|
|
|
|
"data": {
|
2020-05-12 17:50:44 +00:00
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
|
|
"port": "[%key:common::config_flow::data::port%]"
|
2019-03-24 15:16:50 +00:00
|
|
|
}
|
2020-02-13 16:27:00 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
2019-03-24 15:16:50 +00:00
|
|
|
}
|
2020-02-13 16:27:00 +00:00
|
|
|
}
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|