mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Pass in the bleak scanner instance to HKC (#75636)
This commit is contained in:
@@ -37,3 +37,8 @@ def controller(hass):
|
||||
@pytest.fixture(autouse=True)
|
||||
def hk_mock_async_zeroconf(mock_async_zeroconf):
|
||||
"""Auto mock zeroconf."""
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def auto_mock_bluetooth(mock_bluetooth):
|
||||
"""Auto mock bluetooth."""
|
||||
|
||||
Reference in New Issue
Block a user