Fix motionblinds_ble sensor tests (#126635)

This commit is contained in:
Lenn 2024-09-24 15:05:00 +02:00 committed by GitHub
parent 81d5c22800
commit ade4ee810b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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."""