mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Add data description to config flow for fyta (#131441)
This commit is contained in:
parent
106602669d
commit
7b139b75ae
@ -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%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user