hass-core/tests/components/inkbird/conftest.py
2022-07-21 22:17:09 -05:00

8 lines
156 B
Python

"""INKBIRD session fixtures."""
import pytest
@pytest.fixture(autouse=True)
def mock_bluetooth(mock_bleak_scanner_start):
"""Auto mock bluetooth."""