mirror of
https://github.com/home-assistant/core.git
synced 2026-05-20 23:40:15 +01:00
7da5b10b51
Co-authored-by: bryan <185078974@qq.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
26 lines
803 B
JSON
26 lines
803 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"country_code": "Country",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"username": "[%key:common::config_flow::data::username%]"
|
|
},
|
|
"data_description": {
|
|
"country_code": "The country selected by AiDot app when logging in",
|
|
"password": "Password for logging in through AiDot app",
|
|
"username": "Account logged in through AiDot app"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|