Squeezebox to Synology DSM: add host field description (#104864)

Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
Co-authored-by: Jan-Philipp Benecke <jan-philipp@bnck.me>
Co-authored-by: Raj Laud <50647620+rajlaud@users.noreply.github.com>
This commit is contained in:
c0ffeeca7 2023-12-04 10:45:43 +01:00 committed by GitHub
parent 3cba10fa20
commit ff84b82027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View File

@ -5,6 +5,9 @@
"user": { "user": {
"data": { "data": {
"host": "[%key:common::config_flow::data::host%]" "host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of your Logitech Media Server."
} }
}, },
"edit": { "edit": {

View File

@ -7,6 +7,9 @@
"host": "[%key:common::config_flow::data::host%]", "host": "[%key:common::config_flow::data::host%]",
"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": {
"host": "The hostname or IP address of your SwitchBee device."
} }
} }
}, },

View File

@ -10,6 +10,9 @@
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]", "verify_ssl": "[%key:common::config_flow::data::verify_ssl%]",
"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": {
"host": "The hostname or IP address of your Synology NAS."
} }
}, },
"2sa": { "2sa": {