19 lines
434 B
JSON
19 lines
434 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Enter Username and Password",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::email%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_login": "Invalid username or password"
|
|
},
|
|
"abort": {
|
|
"already_setup": "Only one Vesync instance is allowed"
|
|
}
|
|
}
|
|
} |