mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-08 18:55:32 +00:00
Added readme, changed field title
This commit is contained in:
@ -1404,7 +1404,7 @@ int http_fn_ha_cfg(http_request_t *request) {
|
||||
poststr(request,"</textarea>");
|
||||
|
||||
poststr(request,htmlFooterReturnToCfgLink);
|
||||
poststr(request,"<br/><div><label for=\"ha_disc_topic\">Topic:</label><input id=\"ha_disc_topic\" value=\"homeassistant\"><button onclick=\"send_ha_disc();\">Start Home Assistant Discovery</button> <form action=\"cfg_mqtt\" style=\"display:inline-block;\"><button type=\"submit\">Configure MQTT</button></form></div><br/>");
|
||||
poststr(request,"<br/><div><label for=\"ha_disc_topic\">Discovery topic:</label><input id=\"ha_disc_topic\" value=\"homeassistant\"><button onclick=\"send_ha_disc();\">Start Home Assistant Discovery</button> <form action=\"cfg_mqtt\" style=\"display:inline-block;\"><button type=\"submit\">Configure MQTT</button></form></div><br/>");
|
||||
|
||||
http_html_end(request);
|
||||
poststr(request, NULL);
|
||||
|
||||
Reference in New Issue
Block a user