1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-03 13:39:16 +00:00
J. Nick Koston 8e0c26bf86
Add LED BLE integration ()
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-08-29 11:38:18 -05:00

9 lines
148 B
Python

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