Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
magnuselden authored and magnuselden committed Jul 7, 2024
2 parents 77420fc + 7dd312e commit e179ba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/peaqev/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
HubOptions
from custom_components.peaqev.peaqservice.util.constants import TYPELITE
from custom_components.peaqev.services import async_prepare_register_services

from .const import DOMAIN, PLATFORMS
from .peaqservice.chargertypes.models.chargertypes_enum import ChargerType
from .peaqservice.hub.hub_factory import HubFactory
Expand Down
1 change: 1 addition & 0 deletions custom_components/peaqev/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
FUSES_LIST
from custom_components.peaqev.peaqservice.util.constants import (
CAUTIONHOURTYPE_NAMES, TYPELITE, CautionHourType)

from .const import DOMAIN # pylint:disable=unused-import
from .peaqservice.chargertypes.models.chargertypes_enum import ChargerType

Expand Down

0 comments on commit e179ba5

Please sign in to comment.