mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add missing data description strings of config flow for NUT (#143267)
This commit is contained in:
parent
4e852911aa
commit
f42b137c1b
@ -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%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user