mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Fix Peblar import in data coordinator (#133926)
This commit is contained in:
parent
cbb2930805
commit
0c9ec4b699
@ -16,6 +16,7 @@ from peblar import (
|
||||
PeblarEVInterface,
|
||||
PeblarMeter,
|
||||
PeblarSystem,
|
||||
PeblarSystemInformation,
|
||||
PeblarUserConfiguration,
|
||||
PeblarVersions,
|
||||
)
|
||||
@ -24,7 +25,6 @@ from homeassistant.config_entries import ConfigEntry, ConfigEntryState
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.exceptions import ConfigEntryAuthFailed
|
||||
from homeassistant.helpers.update_coordinator import DataUpdateCoordinator, UpdateFailed
|
||||
from tests.components.peblar.conftest import PeblarSystemInformation
|
||||
|
||||
from .const import DOMAIN, LOGGER
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user