Reolink to Ruckus: add host field description (#104861)
Co-authored-by: starkillerOG <starkiller.og@gmail.com>
This commit is contained in:
parent
9827ba7e60
commit
0dc157dc31
4 changed files with 15 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
||||||
"use_https": "Enable HTTPS",
|
"use_https": "Enable HTTPS",
|
||||||
"username": "[%key:common::config_flow::data::username%]",
|
"username": "[%key:common::config_flow::data::username%]",
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"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": {
|
"reauth_confirm": {
|
||||||
|
|
|
@ -19,6 +19,9 @@
|
||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"port": "[%key:common::config_flow::data::port%]"
|
"port": "[%key:common::config_flow::data::port%]"
|
||||||
},
|
},
|
||||||
|
"data_description": {
|
||||||
|
"host": "The hostname or IP address of your RFXCOM RFXtrx device."
|
||||||
|
},
|
||||||
"title": "Select connection address"
|
"title": "Select connection address"
|
||||||
},
|
},
|
||||||
"setup_serial": {
|
"setup_serial": {
|
||||||
|
|
|
@ -7,6 +7,9 @@
|
||||||
"description": "Select a Roomba or Braava.",
|
"description": "Select a Roomba or Braava.",
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]"
|
"host": "[%key:common::config_flow::data::host%]"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"host": "The hostname or IP address of your Roomba or Braava."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"manual": {
|
"manual": {
|
||||||
|
@ -14,6 +17,9 @@
|
||||||
"description": "No Roomba or Braava have been discovered on your network.",
|
"description": "No Roomba or Braava have been discovered on your network.",
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]"
|
"host": "[%key:common::config_flow::data::host%]"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"host": "The hostname or IP address of your Roomba or Braava."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"link": {
|
"link": {
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"username": "[%key:common::config_flow::data::username%]",
|
"username": "[%key:common::config_flow::data::username%]",
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "[%key:common::config_flow::data::password%]"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"host": "The hostname or IP address of your Ruckus access point."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue