Fix motionblinds_ble sensor tests (#126635)
This commit is contained in:
parent
81d5c22800
commit
ade4ee810b
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ from tests.common import MockConfigEntry
|
|||
from tests.components.bluetooth import generate_advertisement_data, generate_ble_device
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def mock_bluetooth(enable_bluetooth: None) -> None:
|
||||
"""Auto mock bluetooth."""
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def address() -> str:
|
||||
"""Address fixture."""
|
||||
|
|
Loading…
Add table
Reference in a new issue