mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2025-01-15 20:31:42 +01:00
7 lines
129 B
Python
7 lines
129 B
Python
"""Init tests."""
|
|
from __future__ import annotations
|
|
|
|
import logging
|
|
|
|
logging.getLogger("aioesphomeapi").setLevel(logging.DEBUG)
|