mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Add config flow data descriptions to Squeezebox (#144619)
* add data_descriptions * tweaks * review updates
This commit is contained in:
parent
b1ffcb4245
commit
6bc6733c40
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user