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

This commit is contained in:
c0ffeeca7 2023-12-01 16:45:53 +01:00 committed by GitHub
parent 5014e2f0c7
commit e724414475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 0 deletions

View File

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

View File

@ -26,6 +26,9 @@
"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 SFR device."
},
"description": "Setting the credentials is optional, but enables additional functionality." "description": "Setting the credentials is optional, but enables additional functionality."
} }
} }

View File

@ -19,6 +19,9 @@
"ssl": "[%key:common::config_flow::data::ssl%]", "ssl": "[%key:common::config_flow::data::ssl%]",
"verify_ssl": "[%key:common::config_flow::data::verify_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.", "description": "Enter your SMA device information.",
"title": "Set up SMA Solar" "title": "Set up SMA Solar"
} }

View File

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