Update HACS

This commit is contained in:
root
2022-05-23 17:48:47 -07:00
parent 3bdb8638a8
commit 1d83dd0c31
163 changed files with 862 additions and 11844 deletions

View File

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