1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-03 16:20:40 +00:00
Files
core/tests/components/esphome/conftest.py
2021-11-18 20:23:20 -08:00

9 lines
163 B
Python

"""esphome session fixtures."""
import pytest
@pytest.fixture(autouse=True)
def esphome_mock_async_zeroconf(mock_async_zeroconf):
"""Auto mock zeroconf."""