30 lines
894 B
JSON
30 lines
894 B
JSON
|
{
|
||
|
"config": {
|
||
|
"step": {
|
||
|
"user": {
|
||
|
"data": {
|
||
|
"username": "[%key:common::config_flow::data::username%]",
|
||
|
"password": "[%key:common::config_flow::data::password%]"
|
||
|
}
|
||
|
},
|
||
|
"reauth_confirm": {
|
||
|
"title": "[%key:common::config_flow::title::reauth%]",
|
||
|
"description": "The Aladdin Connect integration needs to re-authenticate your account",
|
||
|
"data": {
|
||
|
"password": "[%key:common::config_flow::data::password%]"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
|
||
|
"error": {
|
||
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
||
|
},
|
||
|
|
||
|
"abort": {
|
||
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
||
|
}
|
||
|
}
|
||
|
}
|