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

@@ -3,9 +3,4 @@ import logging
from ..const import PACKAGE_NAME
_HACSLogger: logging.Logger = logging.getLogger(PACKAGE_NAME)
def get_hacs_logger() -> logging.Logger:
"""Return a Logger instance."""
return _HACSLogger
LOGGER: logging.Logger = logging.getLogger(PACKAGE_NAME)