Added readme, changed field title

This commit is contained in:
Indu Prakash
2022-09-04 06:09:28 -05:00
parent 5c3c909e4f
commit 9f79c25548

View File

@ -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>&nbsp;<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>&nbsp;<form action=\"cfg_mqtt\" style=\"display:inline-block;\"><button type=\"submit\">Configure MQTT</button></form></div><br/>");
http_html_end(request);
poststr(request, NULL);