mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 13:38:04 +00:00
* Make sure to abort if the MAC is not from Axis * Fix tests * Andrew Sayre suggestion Co-Authored-By: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com>
29 lines
973 B
JSON
29 lines
973 B
JSON
{
|
|
"config": {
|
|
"title": "Axis device",
|
|
"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 config file",
|
|
"link_local_address": "Link local addresses are not supported",
|
|
"not_axis_device": "Discovered device not an Axis device"
|
|
}
|
|
}
|
|
}
|