mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Add BlueMaestro integration (#77758)
* Add BlueMaestro integration * tests * dc
This commit is contained in:
8
tests/components/bluemaestro/conftest.py
Normal file
8
tests/components/bluemaestro/conftest.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""BlueMaestro session fixtures."""
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def mock_bluetooth(enable_bluetooth):
|
||||
"""Auto mock bluetooth."""
|
||||
Reference in New Issue
Block a user