Add data description for Shelly config flow (#141383)

This commit is contained in:
Maciej Bieniek 2025-03-25 17:26:13 +01:00 committed by GitHub
parent 1772348eef
commit ef531cec41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {