forked from home-assistant/core
Add data description for Shelly config flow (#141383)
This commit is contained in:
@@ -17,12 +17,20 @@
|
||||
"data": {
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
},
|
||||
"data_description": {
|
||||
"username": "Username for the device's web panel.",
|
||||
"password": "Password for the device's web panel."
|
||||
}
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
},
|
||||
"data_description": {
|
||||
"username": "[%key:component::shelly::config::step::credentials::data_description::username%]",
|
||||
"password": "[%key:component::shelly::config::step::credentials::data_description::password%]"
|
||||
}
|
||||
},
|
||||
"confirm_discovery": {
|
||||
|
Reference in New Issue
Block a user