SamsungTV to Snapcast: add host field description ()

pull/104885/head
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
homeassistant/components

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%]"
}
},