Reolink to Ruckus: add host field description (#104861)

Co-authored-by: starkillerOG <starkiller.og@gmail.com>
pull/104985/head
c0ffeeca7 2023-12-04 10:37:02 +01:00 committed by GitHub
parent b0d0f15911
commit 9b9d9c6116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 0 deletions

View File

@ -10,6 +10,9 @@
"use_https": "Enable HTTPS",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"host": "The hostname or IP address of your Reolink device. For example: '192.168.1.25'."
}
},
"reauth_confirm": {

View File

@ -19,6 +19,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 RFXCOM RFXtrx device."
},
"title": "Select connection address"
},
"setup_serial": {

View File

@ -7,6 +7,9 @@
"description": "Select a Roomba or Braava.",
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of your Roomba or Braava."
}
},
"manual": {
@ -14,6 +17,9 @@
"description": "No Roomba or Braava have been discovered on your network.",
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of your Roomba or Braava."
}
},
"link": {

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 Ruckus access point."
}
}
},