Skip to content

Commit

Permalink
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion custom_components/hella_onyx/manifest.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
"documentation": "https://github.com/muhlba91/onyx-homeassistant-integration",
"issue_tracker": "https://github.com/muhlba91/onyx-homeassistant-integration/issues",
"requirements": [
"onyx-client==8.0.1"
"onyx-client==8.0.2"
],
"ssdp": [],
"zeroconf": [],
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.11"
onyx-client = "^8.0.1"
onyx-client = "^8.0.2"

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

0 comments on commit 34103e2

Please sign in to comment.