2022-01-08 08:53:05 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"abort": {
|
2022-01-25 18:07:17 +00:00
|
|
|
"already_configured": "Device is already configured",
|
|
|
|
"cannot_connect": "Failed to connect"
|
2022-01-08 08:53:05 +00:00
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "Failed to connect",
|
|
|
|
"invalid_host": "Invalid hostname or IP address"
|
|
|
|
},
|
|
|
|
"flow_title": "{name} - {model} ({host})",
|
|
|
|
"step": {
|
|
|
|
"discovery_confirm": {
|
2022-12-13 00:27:47 +00:00
|
|
|
"description": "Do you want to set up {name} - {model} ({host})?"
|
2022-01-08 08:53:05 +00:00
|
|
|
},
|
|
|
|
"manual": {
|
|
|
|
"data": {
|
|
|
|
"host": "Host"
|
|
|
|
},
|
|
|
|
"description": "Enter an IP Address."
|
|
|
|
},
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"device": "Device"
|
|
|
|
},
|
|
|
|
"description": "Select a device, or choose 'IP Address' to manually enter an IP Address."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|