mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-09 07:55:39 +00:00
Update warning to say it's HomeAssistant not MQTT
This commit is contained in:
@ -838,9 +838,12 @@ int http_fn_cfg_name(http_request_t *request) {
|
||||
name = CFG_GetDeviceName();
|
||||
poststr(request,name);
|
||||
|
||||
poststr(request,"\"><br><br>\
|
||||
<input type=\"submit\" value=\"Submit\" onclick=\"return confirm('Are you sure? Short name might be used by MQTT, so you will have to reconfig some stuff.')\">\
|
||||
</form> ");
|
||||
poststr(request,"\"><br><br>");
|
||||
poststr(request, "<input type=\"submit\" value=\"Submit\" "
|
||||
"onclick=\"return confirm('Are you sure? "
|
||||
"Short name might be used by Home Assistant, "
|
||||
"so you will have to reconfig some stuff.')\">");
|
||||
poststr(request, "</form>");
|
||||
poststr(request,htmlReturnToCfg);
|
||||
HTTP_AddBuildFooter(request);
|
||||
poststr(request,htmlEnd);
|
||||
|
||||
Reference in New Issue
Block a user