mirror of
https://github.com/home-assistant/core.git
synced 2026-09-03 10:05:58 -05:00
Add missing data_description strings to iaqualink (#168670)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user