mirror of
https://github.com/home-assistant/core.git
synced 2025-04-30 04:07:51 +00:00
9 lines
167 B
Python
9 lines
167 B
Python
"""bosch_shc session fixtures."""
|
|
|
|
import pytest
|
|
|
|
|
|
@pytest.fixture(autouse=True)
|
|
def bosch_shc_mock_async_zeroconf(mock_async_zeroconf):
|
|
"""Auto mock zeroconf."""
|