Apply hass-relative-import to tests (a-c) (#78728)
This commit is contained in:
parent
00dd27ef1b
commit
c5a56dab42
37 changed files with 65 additions and 67 deletions
|
@ -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"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue