mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +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,
|
PeblarEVInterface,
|
||||||
PeblarMeter,
|
PeblarMeter,
|
||||||
PeblarSystem,
|
PeblarSystem,
|
||||||
|
PeblarSystemInformation,
|
||||||
PeblarUserConfiguration,
|
PeblarUserConfiguration,
|
||||||
PeblarVersions,
|
PeblarVersions,
|
||||||
)
|
)
|
||||||
@ -24,7 +25,6 @@ from homeassistant.config_entries import ConfigEntry, ConfigEntryState
|
|||||||
from homeassistant.core import HomeAssistant
|
from homeassistant.core import HomeAssistant
|
||||||
from homeassistant.exceptions import ConfigEntryAuthFailed
|
from homeassistant.exceptions import ConfigEntryAuthFailed
|
||||||
from homeassistant.helpers.update_coordinator import DataUpdateCoordinator, UpdateFailed
|
from homeassistant.helpers.update_coordinator import DataUpdateCoordinator, UpdateFailed
|
||||||
from tests.components.peblar.conftest import PeblarSystemInformation
|
|
||||||
|
|
||||||
from .const import DOMAIN, LOGGER
|
from .const import DOMAIN, LOGGER
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user