Obihai to OpenGarage: add host field description (#104858)

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
This commit is contained in:
c0ffeeca7 2023-12-04 09:13:48 +01:00 committed by GitHub
parent 6335c24568
commit 7ae6343b25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 0 deletions

View File

@ -6,6 +6,9 @@
"host": "[%key:common::config_flow::data::host%]",
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"host": "The hostname or IP address of your Obihai device."
}
},
"dhcp_confirm": {
@ -14,6 +17,9 @@
"host": "[%key:common::config_flow::data::host%]",
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"host": "[%key:component::obihai::config::step::user::data_description::host%]"
}
}
},

View File

@ -10,6 +10,9 @@
"ssl": "[%key:common::config_flow::data::ssl%]",
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"host": "The hostname or IP address of your printer."
}
},
"reauth_confirm": {

View File

@ -12,6 +12,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 1-Wire device."
},
"title": "Set server details"
}
}

View File

@ -36,6 +36,9 @@
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"host": "The hostname or IP address of your ONVIF device."
},
"title": "Configure ONVIF device"
},
"configure_profile": {

View File

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