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

@@ -5,9 +5,9 @@ from homeassistant.util import json as json_util
from ..const import VERSION_STORAGE
from ..exceptions import HacsException
from .logger import get_hacs_logger
from .logger import LOGGER
_LOGGER = get_hacs_logger()
_LOGGER = LOGGER
class HACSStore(Store):