Update HACS

This commit is contained in:
root
2022-10-30 09:47:33 -07:00
parent 791369c66a
commit 108f9c24cc
18 changed files with 146 additions and 49 deletions

View File

@@ -1,9 +1,9 @@
try {
new Function("import('/hacsfiles/frontend/main-7bc9a818.js')")();
new Function("import('/hacsfiles/frontend/main-ad130be7.js')")();
} catch (err) {
var el = document.createElement('script');
el.src = '/hacsfiles/frontend/main-7bc9a818.js';
el.src = '/hacsfiles/frontend/main-ad130be7.js';
el.type = 'module';
document.body.appendChild(el);
}

View File

@@ -1,3 +1,3 @@
{
"./src/main.ts": "main-7bc9a818.js"
"./src/main.ts": "main-ad130be7.js"
}

View File

@@ -1 +1 @@
VERSION="20220714083628"
VERSION="20220906112053"