aioesphomeapi/tests/__init__.py
2023-11-11 14:19:04 -06:00

7 lines
129 B
Python

"""Init tests."""
from __future__ import annotations
import logging
logging.getLogger("aioesphomeapi").setLevel(logging.DEBUG)