hass-core/tests/components/bosch_shc/conftest.py

9 lines
167 B
Python
Raw Normal View History

2021-11-18 22:23:20 -06:00
"""bosch_shc session fixtures."""
import pytest
@pytest.fixture(autouse=True)
def bosch_shc_mock_async_zeroconf(mock_async_zeroconf):
"""Auto mock zeroconf."""