Add HACS, Themes

This commit is contained in:
2022-05-04 10:50:54 -07:00
parent af527f1e65
commit 9c7c4a5863
183 changed files with 16569 additions and 17 deletions

View File

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