mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-23 16:06:21 +01:00
9 lines
153 B
Python
9 lines
153 B
Python
"""ThermoBeacon session fixtures."""
|
|
|
|
import pytest
|
|
|
|
|
|
@pytest.fixture(autouse=True)
|
|
def mock_bluetooth(enable_bluetooth):
|
|
"""Auto mock bluetooth."""
|