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