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:
tdfountain 2025-04-02 13:29:27 -07:00 committed by GitHub
parent 2601217209
commit 2876e5d0cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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