We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0830d24 commit f731ab0Copy full SHA for f731ab0
custom_components/hella_onyx/manifest.json
@@ -15,5 +15,5 @@
15
"@muhlba91"
16
],
17
"iot_class": "cloud_polling",
18
- "version": "6.0.1"
+ "version": "7.0.0-beta.0"
19
}
pyproject.toml
@@ -1,12 +1,12 @@
1
[build-system]
2
requires = [
3
- "poetry>=1.5.1"
+ "poetry>=1.7.0"
4
]
5
build-backend = "poetry.core.masonry.api"
6
7
[tool.poetry]
8
name = "onyx-homeassistant-integration"
9
-version = "6.0.1"
+version = "7.0.0-beta.0"
10
description = "Home Assistant Integration for Hella's ONYX.CENTER API."
11
license = "MIT"
12
authors = [
0 commit comments