mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-11-05 09:29:42 +01:00
d63f10d6e3
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@koston.org>
8 lines
130 B
Python
8 lines
130 B
Python
"""Init tests."""
|
|
|
|
from __future__ import annotations
|
|
|
|
import logging
|
|
|
|
logging.getLogger("aioesphomeapi").setLevel(logging.DEBUG)
|