Ensure remote bluetooth adapters are loaded before integrations that need them (#85723)
This commit is contained in:
parent
cd31624768
commit
65ca62c991
40 changed files with 103 additions and 31 deletions
8
tests/components/ruuvi_gateway/conftest.py
Normal file
8
tests/components/ruuvi_gateway/conftest.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
"""ruuvi_gateway session fixtures."""
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def mock_bluetooth(enable_bluetooth):
|
||||
"""Auto mock bluetooth."""
|
Loading…
Add table
Add a link
Reference in a new issue