mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Obihai to OpenGarage: add host field description (#104858)
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
This commit is contained in:
parent
6335c24568
commit
7ae6343b25
@ -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%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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": {
|
||||
|
@ -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."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user