Skip to content

Commit

Permalink
refactor, core 19.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
magnuselden authored and magnuselden committed May 25, 2024
1 parent 263f95e commit 1afc696
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/peaqev/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"iot_class": "calculated",
"issue_tracker": "https://github.com/elden1337/hass-peaq/issues",
"requirements": [
"peaqevcore==19.10.9"
"peaqevcore==19.10.10"
],
"version": "3.6.1b0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from peaqevcore.common.models.observer_types import ObserverTypes
from peaqevcore.common.wait_timer import WaitTimer
from peaqevcore.services.scheduler.update_scheduler_dto import UpdateSchedulerDTO

from custom_components.peaqev.peaqservice.chargertypes.models.chargertypes_enum import \
ChargerType
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
peaqevcore
peaqevcore==19.10.11
flake8
homeassistant
isort
autoflake
pytest
pytest-asyncio
pytest-asyncio

0 comments on commit 1afc696

Please sign in to comment.