Update HACS

This commit is contained in:
root
2022-07-19 16:05:32 -07:00
parent 1970e01e48
commit 2d1e374e3a
48 changed files with 24 additions and 18 deletions

View File

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