hass-core/tests/components/sensorpush/conftest.py
2022-07-21 20:31:23 -05:00

8 lines
184 B
Python

"""SensorPush session fixtures."""
import pytest
@pytest.fixture(autouse=True)
def auto_mock_bleak_scanner_start(mock_bleak_scanner_start):
"""Auto mock bleak scanner start."""