mirror of
https://github.com/home-assistant/core.git
synced 2026-08-14 01:02:51 +01:00
Co-authored-by: s1eedz <ldxapp2016@gmail.com> Co-authored-by: Josef Zweck <josef@zweck.dev>
27 lines
891 B
JSON
27 lines
891 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|