1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-10 22:10:02 +00:00
Files
core/tests/components/inkbird/conftest.py
2022-07-22 13:19:53 -05:00

9 lines
148 B
Python

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