Apply hass-relative-import to tests (d-h) (#78730)

This commit is contained in:
epenet 2022-09-19 09:31:57 +02:00 committed by GitHub
parent aa0cbf0afe
commit a809e18559
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 64 additions and 51 deletions

View file

@ -26,8 +26,9 @@ from homeassistant.helpers import entity_registry as er
from homeassistant.helpers.event import TRACK_STATE_CHANGE_CALLBACKS
from homeassistant.setup import async_setup_component
from . import common
from tests.common import MockConfigEntry, assert_setup_component
from tests.components.group import common
async def test_setup_group_with_mixed_groupable_states(hass):