mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-11-15 10:55:13 +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)
|