KMtronic to LG Soundbar: add host field description (#104792)
parent
3bbed8965a
commit
cc2c7c7be1
|
@ -6,6 +6,9 @@
|
|||
"host": "[%key:common::config_flow::data::host%]",
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "The hostname or IP address of your KMtronic device."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"host": "[%key:common::config_flow::data::host%]",
|
||||
"port": "[%key:common::config_flow::data::port%]",
|
||||
"ssl": "[%key:common::config_flow::data::ssl%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "The hostname or IP address of the system hosting your Kodi server."
|
||||
}
|
||||
},
|
||||
"discovery_confirm": {
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "The hostname or IP address of your LG Soundbar."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue