Skip to content

Commit d5cd07f

Browse files
committed
fix: reduce backoff time for reconnects
1 parent a805145 commit d5cd07f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

custom_components/hella_onyx/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
INCREASED_INTERVAL_DELTA = 2
1212
DEFAULT_INTERVAL = 60
1313

14-
MAX_BACKOFF_TIME = 10
14+
MAX_BACKOFF_TIME = 1

custom_components/hella_onyx/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"documentation": "https://github.com/muhlba91/onyx-homeassistant-integration",
66
"issue_tracker": "https://github.com/muhlba91/onyx-homeassistant-integration/issues",
77
"requirements": [
8-
"onyx-client==8.1.0"
8+
"onyx-client==8.1.1"
99
],
1010
"ssdp": [],
1111
"zeroconf": [],

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828

2929
[tool.poetry.dependencies]
3030
python = "^3.11"
31-
onyx-client = "^8.1.0"
31+
onyx-client = "^8.1.1"
3232

3333
[tool.poetry.dev-dependencies]
3434
pytest = "^7.3.1"

0 commit comments

Comments
 (0)