SamsungTV to Snapcast: add host field description (#104862)
parent
0dc157dc31
commit
0cf4c6e568
|
@ -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": {
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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%]"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue