Skip to content

Commit

Permalink
bump 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
magnuselden authored and magnuselden committed Sep 7, 2022
1 parent ff34d9b commit 5f8fd81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/peaqev/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"documentation": "https://github.com/elden1337/hass-peaq",
"issue_tracker": "https://github.com/elden1337/hass-peaq/issues",
"requirements": [
"peaqevcore==5.18.2"
"peaqevcore==5.18.3"
],
"codeowners": [
"@elden1337"
],
"version": "1.9.1",
"version": "1.9.2",
"iot_class": "calculated",
"dependencies": [
"recorder",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def _updates_should_continue(self) -> bool:
self._charger._params._stopped,
self._charger._params._disable_current_updates
]
return any(ret)
return not any(ret)

async def _checkchargerparams(self, calls) -> bool:
return len(calls[PARAMS][CHARGER]) > 0 and len(calls[PARAMS][CHARGERID]) > 0

0 comments on commit 5f8fd81

Please sign in to comment.