Pass in the bleak scanner instance to HKC (#75636)
This commit is contained in:
parent
8e86124470
commit
edaebcd85d
5 changed files with 16 additions and 6 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue