Make entities update in popups

This commit is contained in:
2020-07-25 01:28:17 +02:00
parent e955b791a0
commit 6d6c8397ac
4 changed files with 7 additions and 7 deletions

View File

@@ -43,8 +43,8 @@ class BrowserMod {
window.browser_mod.playedOnce = true;
}
_load_lovelace() {
if(!load_lovelace()) {
async _load_lovelace() {
if(!await load_lovelace()) {
let timer = window.setTimeout(this._load_lovelace.bind(this), 100);
}
}