1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-01 12:47:53 +00:00
J. Nick Koston 38bccadaa6
Add support for setting up and removing bluetooth in the UI ()
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-07-22 13:19:53 -05:00

9 lines
151 B
Python

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