mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 17:05:34 +01: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."""
|