hass-core/tests/components/thermopro/conftest.py
2022-08-25 08:24:55 -05:00

8 lines
150 B
Python

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