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 d976f32 commit d30d118Copy full SHA for d30d118
custom_components/zaptec/const.py
@@ -3,7 +3,7 @@
3
from __future__ import annotations
4
5
NAME = "zaptec"
6
-VERSION = "0.8.4"
+VERSION = "0.8.5"
7
ISSUEURL = "https://github.com/custom-components/zaptec/issues"
8
9
DOMAIN = "zaptec"
custom_components/zaptec/manifest.json
@@ -16,5 +16,5 @@
16
"pydantic>=2.11.7,<2.13",
17
"aiolimiter==1.2.1"
18
],
19
- "version": "0.8.4"
+ "version": "0.8.5"
20
}
0 commit comments