mirror of
https://github.com/elisspace/core.git
synced 2026-09-13 14:37:05 +00:00
9 lines
163 B
Python
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."""
|