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
|
@ -16,8 +16,9 @@ from homeassistant.helpers import device_registry as dr, entity_registry as er
|
|||
from homeassistant.helpers.device_registry import DeviceEntry
|
||||
from homeassistant.helpers.entity_registry import RegistryEntry
|
||||
|
||||
from . import TEST_MODEL, TEST_NAME_ORIGINAL, ClientMock
|
||||
|
||||
from tests.common import MockConfigEntry
|
||||
from tests.components.twinkly import TEST_MODEL, TEST_NAME_ORIGINAL, ClientMock
|
||||
|
||||
|
||||
async def test_initial_state(hass: HomeAssistant):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue