Update HACS

This commit is contained in:
root
2022-07-10 15:44:36 -07:00
parent ac8cf8f906
commit bb67b3d22b
153 changed files with 67 additions and 11959 deletions

View File

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