We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67fdb1d commit 470e37fCopy full SHA for 470e37f
custom_components/zaptec/const.py
@@ -1,5 +1,5 @@
1
NAME = "zaptec"
2
-VERSION = "0.0.6b"
+VERSION = "0.0.6b2"
3
ISSUEURL = "https://github.com/custom-components/zaptec/issues"
4
5
STARTUP = """
custom_components/zaptec/manifest.json
@@ -7,8 +7,6 @@
7
"codeowners": [
8
"hellowlol"
9
],
10
- "requirements": [
11
- "azure-servicebus==7.0.1"
12
- ],
13
- "version": "0.0.6b"
+ "requirements": [],
+ "version": "0.0.6b2"
14
}
0 commit comments