Add missing data description strings of config flow for NUT (#143267)

This commit is contained in:
tdfountain 2025-04-19 10:27:03 -07:00 committed by GitHub
parent 4e852911aa
commit f42b137c1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,9 @@
"title": "Choose the NUT server UPS to monitor",
"data": {
"alias": "NUT server UPS name"
},
"data_description": {
"alias": "The UPS name configured on the NUT server."
}
},
"reauth_confirm": {
@ -27,6 +30,10 @@
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"username": "[%key:component::nut::config::step::user::data_description::username%]",
"password": "[%key:component::nut::config::step::user::data_description::password%]"
}
},
"reconfigure": {
@ -48,6 +55,9 @@
"title": "[%key:component::nut::config::step::ups::title%]",
"data": {
"alias": "[%key:component::nut::config::step::ups::data::alias%]"
},
"data_description": {
"alias": "[%key:component::nut::config::step::ups::data_description::alias%]"
}
}
},