Add and improve descriptions in ista EcoTrand config flow (#131566)

This commit is contained in:
Manu 2024-11-26 10:07:35 +01:00 committed by GitHub
parent bee34fe954
commit bd69af5500
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,14 +14,23 @@
"data": {
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
}
},
"data_description": {
"email": "Enter the email address associated with your ista EcoTrend account",
"password": "Enter the password for your ista EcoTrend account"
},
"description": "Connect your **ista EcoTrend** account to Home Assistant to access your monthly heating and water usage data."
},
"reauth_confirm": {
"title": "[%key:common::config_flow::title::reauth%]",
"description": "Please reenter the password for: {email}",
"description": "Re-enter your password for `{email}` to reconnect your ista EcoTrend account to Home Assistant.",
"data": {
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"email": "[%key:component::ista_ecotrend::config::step::user::data_description::email%]",
"password": "[%key:component::ista_ecotrend::config::step::user::data_description::password%]"
}
}
}