20 lines
493 B
JSON
20 lines
493 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Fill in your information",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_credentials": "Invalid username or password",
|
|
"no_devices": "No devices found in account"
|
|
},
|
|
"abort": {
|
|
"already_configured": "This username is already in use."
|
|
}
|
|
}
|
|
} |