mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Improve and add missing config flow strings in NUT (#142035)
* Improve and add missing config descriptions * Fix string * Conform to Microsoft style guidelines on 'sign in' * Note username and password are optional --------- Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
2601217209
commit
2876e5d0cd
@ -10,13 +10,16 @@
|
|||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "[%key:common::config_flow::data::password%]"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"host": "The hostname or IP address of your NUT server."
|
"host": "The IP address or hostname of your NUT server.",
|
||||||
|
"port": "The network port of your NUT server. The NUT server's default port is '3493'.",
|
||||||
|
"username": "The username to sign in to your NUT server. The usernmae is optional.",
|
||||||
|
"password": "The password to sign in to your NUT server. The password is optional."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ups": {
|
"ups": {
|
||||||
"title": "Choose the UPS to Monitor",
|
"title": "Choose the NUT server UPS to monitor",
|
||||||
"data": {
|
"data": {
|
||||||
"alias": "Alias"
|
"alias": "NUT server UPS name"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"reauth_confirm": {
|
"reauth_confirm": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user