Set the refreshTimer to expect seconds

This commit is contained in:
RJ Fendricks
2023-10-24 21:00:33 -04:00
parent 805ec290ec
commit 4e530bc9eb
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ Module.register("MMM-HomeAssistantDisplay", {
setInterval(()=> {
this.renderTemplates("timeout");
this.updateDom();
}, section.refreshTimer);
}, section.refreshTimer * 1000);
}
}
}