mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-11-15 10:55:13 +01:00
6 lines
94 B
Python
6 lines
94 B
Python
"""Init tests."""
|
|
|
|
import logging
|
|
|
|
logging.getLogger("aioesphomeapi").setLevel(logging.DEBUG)
|