SamsungTV to Snapcast: add host field description (#104862)

pull/105135/head
c0ffeeca7 2023-12-01 16:45:53 +01:00 committed by Franck Nijhof
parent 0dc157dc31
commit 0cf4c6e568
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
4 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,9 @@
"data": {
"host": "[%key:common::config_flow::data::host%]",
"name": "[%key:common::config_flow::data::name%]"
},
"data_description": {
"host": "The hostname or IP address of your TV."
}
},
"confirm": {

View File

@ -26,6 +26,9 @@
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of your SFR device."
},
"description": "Setting the credentials is optional, but enables additional functionality."
}
}

View File

@ -19,6 +19,9 @@
"ssl": "[%key:common::config_flow::data::ssl%]",
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
},
"data_description": {
"host": "The hostname or IP address of your SMA device."
},
"description": "Enter your SMA device information.",
"title": "Set up SMA Solar"
}

View File

@ -7,6 +7,9 @@
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]"
},
"data_description": {
"host": "The hostname or IP address of your Snapcast server."
},
"title": "[%key:common::action::connect%]"
}
},