mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Add data description to config flow for fyta (#131441)
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
"data": {
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
},
|
||||
"data_description": {
|
||||
"username": "The username to login to your FYTA account.",
|
||||
"password": "The password to login to your FYTA account."
|
||||
}
|
||||
},
|
||||
"reauth_confirm": {
|
||||
@@ -14,6 +18,10 @@
|
||||
"data": {
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
},
|
||||
"data_description": {
|
||||
"username": "[%key:component::fyta::config::step::user::data_description::username%]",
|
||||
"password": "[%key:component::fyta::config::step::user::data_description::password%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user