Update HACS

This commit is contained in:
root
2022-06-04 14:23:34 -07:00
parent 1dd97a14c2
commit e6757e2cbd
1776 changed files with 13971 additions and 51 deletions

View File

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