Add missing data_description strings to iaqualink (#168670)

This commit is contained in:
Florent Thoumie
2026-04-21 10:30:15 +02:00
committed by GitHub
parent a9c3854d69
commit fb89d94957
@@ -13,6 +13,10 @@
"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": "Please enter the username and password for your iAqualink account.",
"title": "Reauthenticate iAqualink"
},
@@ -21,6 +25,10 @@
"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"
}