Add config flow data descriptions to Squeezebox (#144619)

* add data_descriptions

* tweaks

* review updates
This commit is contained in:
peteS-UK 2025-05-14 05:10:47 +01:00 committed by GitHub
parent b1ffcb4245
commit 6bc6733c40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,14 @@
"port": "[%key:common::config_flow::data::port%]",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]",
"https": "Connect over https (requires reverse proxy)"
"https": "Connect over HTTPS (requires reverse proxy)"
},
"data_description": {
"host": "[%key:component::squeezebox::config::step::user::data_description::host%]",
"port": "The web interface port on the LMS. The default is 9000.",
"username": "The username from LMS Advanced Security (if defined).",
"password": "The password from LMS Advanced Security (if defined).",
"https": "Connect to the LMS over HTTPS (requires reverse proxy)."
}
}
},
@ -29,7 +36,7 @@
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"no_server_found": "No LMS server found."
"no_server_found": "No LMS found."
}
},
"services": {