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