1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-13 18:39:14 +00:00
Brandon Rothweiler 2ed6df9003
Add EufyLife Bluetooth integration ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-01-16 18:29:50 -10:00

9 lines
149 B
Python

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