Ping to Qnap: add host field description (#104859)

This commit is contained in:
c0ffeeca7 2023-12-01 12:18:34 +01:00 committed by Franck Nijhof
parent 42982de223
commit f194ffcd52
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
3 changed files with 9 additions and 0 deletions

View file

@ -7,6 +7,9 @@
"data": {
"host": "[%key:common::config_flow::data::host%]",
"count": "Ping count"
},
"data_description": {
"host": "The hostname or IP address of the device you want to ping."
}
}
},

View file

@ -13,6 +13,9 @@
"data": {
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]"
},
"data_description": {
"host": "The hostname or IP address of your ProgettiHWSW board."
}
},
"relay_modes": {

View file

@ -11,6 +11,9 @@
"port": "[%key:common::config_flow::data::port%]",
"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 QNAP device."
}
}
},