Bump zeroconf to 0.37.0 (#59932)

This commit is contained in:
J. Nick Koston 2021-11-18 22:23:20 -06:00 committed by GitHub
parent 4598353315
commit 347c4ea137
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 106 additions and 60 deletions

View file

@ -30,5 +30,5 @@ def controller(hass):
@pytest.fixture(autouse=True)
def homekit_mock_zeroconf(mock_zeroconf):
"""Mock zeroconf in all homekit tests."""
def hk_mock_async_zeroconf(mock_async_zeroconf):
"""Auto mock zeroconf."""