mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Add data description for Shelly config flow (#141383)
This commit is contained in:
parent
1772348eef
commit
ef531cec41
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user