46 lines
1.8 KiB
JSON
46 lines
1.8 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Device is already configured",
|
|
"already_in_progress": "There is already a configuration flow in progress for this device",
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_host": "Invalid hostname or IP address",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_host": "Invalid hostname or IP address",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"flow_title": "{name} ({model} at {host})",
|
|
"step": {
|
|
"auth": {
|
|
"title": "Authenticate to the device"
|
|
},
|
|
"finish": {
|
|
"data": {
|
|
"name": "Name"
|
|
},
|
|
"title": "Choose a name for the device"
|
|
},
|
|
"reset": {
|
|
"description": "Your device is locked for authentication. Follow the instructions to unlock it:\n1. Factory reset the device.\n2. Use the official app to add the device to your local network.\n3. Stop. Do not finish the setup. Close the app.\n4. Click Submit.",
|
|
"title": "Unlock the device"
|
|
},
|
|
"unlock": {
|
|
"data": {
|
|
"unlock": "Yes, do it."
|
|
},
|
|
"description": "Your device is locked. This can lead to authentication problems in Home Assistant. Would you like to unlock it?",
|
|
"title": "Unlock the device (optional)"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"host": "Host",
|
|
"timeout": "Timeout"
|
|
},
|
|
"title": "Connect to the device"
|
|
}
|
|
}
|
|
}
|
|
} |