mirror of
https://github.com/home-assistant/core.git
synced 2026-05-16 21:41:44 +01:00
ed365cb8e9
* Add BlueMaestro integration * tests * dc
9 lines
152 B
Python
9 lines
152 B
Python
"""BlueMaestro session fixtures."""
|
|
|
|
import pytest
|
|
|
|
|
|
@pytest.fixture(autouse=True)
|
|
def mock_bluetooth(enable_bluetooth):
|
|
"""Auto mock bluetooth."""
|