Finish deduplicating homekit_controller enumeration tests (#64306)

This commit is contained in:
Jc2k 2022-01-17 20:44:59 +00:00 committed by GitHub
parent 05c177e3ed
commit f0fdd7d650
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 1091 additions and 1029 deletions

View file

@ -10,6 +10,8 @@ import homeassistant.util.dt as dt_util
from tests.components.light.conftest import mock_light_profiles # noqa: F401
pytest.register_assert_rewrite("tests.components.homekit_controller.common")
@pytest.fixture
def utcnow(request):