27 lines
946 B
JSON
27 lines
946 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Device is already configured",
|
|
"already_in_progress": "Configuration flow is already in progress"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"cannot_retrieve_device_info": "Successfully connected, but unable to retrieve the device information",
|
|
"invalid_auth": "Invalid authentication",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"group": "Group",
|
|
"host": "Host",
|
|
"password": "Password",
|
|
"ssl": "Uses an SSL certificate",
|
|
"verify_ssl": "Verify SSL certificate"
|
|
},
|
|
"description": "Enter your SMA device information.",
|
|
"title": "Set up SMA Solar"
|
|
}
|
|
}
|
|
}
|
|
} |