FiveM to Foscam: add host field description (#104782)

pull/105135/head
c0ffeeca7 2023-11-30 11:59:20 +01:00 committed by Franck Nijhof
parent e1504759fe
commit 40c7432e8a
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
3 changed files with 9 additions and 0 deletions

View File

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

View File

@ -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 Flo device."
}
}
},

View File

@ -9,6 +9,9 @@
"password": "[%key:common::config_flow::data::password%]",
"rtsp_port": "RTSP port",
"stream": "Stream"
},
"data_description": {
"host": "The hostname or IP address of your Foscam camera."
}
}
},