Apply hass-relative-import to tests (s-z) (#78733)
This commit is contained in:
parent
c5a56dab42
commit
e9f55f4e54
39 changed files with 63 additions and 84 deletions
|
@ -20,9 +20,10 @@ import homeassistant.components.zha.core.const as zha_const
|
|||
import homeassistant.components.zha.core.device as zha_core_device
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
from . import common
|
||||
|
||||
from tests.common import MockConfigEntry
|
||||
from tests.components.light.conftest import mock_light_profiles # noqa: F401
|
||||
from tests.components.zha import common
|
||||
|
||||
FIXTURE_GRP_ID = 0x1001
|
||||
FIXTURE_GRP_NAME = "fixture group"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue