diff --git a/esphomeyaml/dashboard/templates/index.html b/esphomeyaml/dashboard/templates/index.html index b512174dec..d20d50b390 100644 --- a/esphomeyaml/dashboard/templates/index.html +++ b/esphomeyaml/dashboard/templates/index.html @@ -571,7 +571,7 @@ inst._setSelectedStates(); return inst.getSelectedValues()[0]; }; - setInterval(fetchSerialPorts, 2500); + setInterval(fetchSerialPorts, 5000); fetchSerialPorts(true); const logsModalElem = document.getElementById("modal-logs");