Apply hass-relative-import to tests (s-z) (#78733)

This commit is contained in:
epenet 2022-09-19 09:51:31 +02:00 committed by GitHub
parent c5a56dab42
commit e9f55f4e54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 63 additions and 84 deletions

View file

@ -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):