We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49f51b commit d37988fCopy full SHA for d37988f
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v5.1.2 (2024-08-04)
6
+
7
+### Fix
8
9
+* Blocking call in aioweenect ([#377](https://github.com/eifinger/hass-weenect/issues/377)) ([`f49f51b`](https://github.com/eifinger/hass-weenect/commit/f49f51b10b770602c477b8e3e68c623896e1505d))
10
11
## v5.1.1 (2024-05-14)
12
13
### Fix
custom_components/weenect/manifest.json
@@ -15,5 +15,5 @@
15
"requirements": [
16
"aioweenect==1.1.2"
17
],
18
- "version": "5.1.1"
+ "version": "5.1.2"
19
}
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "hass-fressnapf-tracker"
-version = "1.0.0"
+version = "5.1.2"
description = "Homeassistant Custom Component for weenect"
license = "MIT"
readme = "README.md"
0 commit comments