1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-31 20:54:23 +01:00
Files
2026-04-29 08:24:57 +02:00

53 lines
2.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
},
"step": {
"reauth_confirm": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"password": "[%key:component::iaqualink::config::step::user::data_description::password%]",
"username": "[%key:component::iaqualink::config::step::user::data_description::username%]"
},
"description": "[%key:component::iaqualink::config::step::user::description%]",
"title": "Reauthenticate iAquaLink"
},
"reconfigure": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"password": "[%key:component::iaqualink::config::step::user::data_description::password%]",
"username": "[%key:component::iaqualink::config::step::user::data_description::username%]"
},
"description": "[%key:component::iaqualink::config::step::user::description%]",
"title": "Reconnect iAquaLink"
},
"user": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"password": "The password associated with your account.",
"username": "The email address used to sign in to your account using the iAquaLink app or website."
},
"description": "Please enter the username and password for your iAquaLink account.",
"title": "Connect to iAquaLink"
}
}
}
}