Pass in the bleak scanner instance to HKC (#75636)

This commit is contained in:
J. Nick Koston 2022-07-23 02:47:02 -05:00 committed by GitHub
parent 8e86124470
commit edaebcd85d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 6 deletions

View file

@ -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."""