Apply hass-relative-import to tests (a-c) (#78728)

This commit is contained in:
epenet 2022-09-19 09:48:25 +02:00 committed by GitHub
parent 00dd27ef1b
commit c5a56dab42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 65 additions and 67 deletions

View file

@ -15,8 +15,7 @@ from homeassistant.components.amberelectric.const import (
from homeassistant.core import HomeAssistant
from homeassistant.setup import async_setup_component
from tests.common import MockConfigEntry
from tests.components.amberelectric.helpers import (
from .helpers import (
CONTROLLED_LOAD_CHANNEL,
FEED_IN_CHANNEL,
GENERAL_AND_CONTROLLED_SITE_ID,
@ -25,6 +24,8 @@ from tests.components.amberelectric.helpers import (
GENERAL_ONLY_SITE_ID,
)
from tests.common import MockConfigEntry
MOCK_API_TOKEN = "psk_0000000000000000"