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

@@ -8,7 +8,6 @@ const hacsIcons = {
window.customIcons = window.customIcons || {};
window.customIconsets = window.customIconsets || {};
// For Home Assistant > 2021.11
window.customIcons["hacs"] = {
getIcon: async (iconName) => (
{ path: hacsIcons[iconName]?.path }
@@ -20,10 +19,3 @@ window.customIcons["hacs"] = {
})
)
};
// LEGACY For Home Assistant < 2021.11
window.customIconsets["hacs"] = async () => {
return {
path: hacsIcons.hacs.path
};
};