Set the refreshTimer to expect seconds
This commit is contained in:
@@ -57,7 +57,7 @@ Module.register("MMM-HomeAssistantDisplay", {
|
||||
setInterval(()=> {
|
||||
this.renderTemplates("timeout");
|
||||
this.updateDom();
|
||||
}, section.refreshTimer);
|
||||
}, section.refreshTimer * 1000);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user