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

@@ -8,9 +8,9 @@ from typing import Coroutine
from homeassistant.core import HomeAssistant
from ..exceptions import HacsExecutionStillInProgress
from .logger import get_hacs_logger
from .logger import LOGGER
_LOGGER = get_hacs_logger()
_LOGGER = LOGGER
class QueueManager: