We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a414de8 commit 379d1a7Copy full SHA for 379d1a7
CHANGELOG.md
@@ -1,8 +1,11 @@
1
# Changelog
2
3
+## 4.6.0
4
+
5
+- bump pyecodevices (force xml encoding)
6
7
## 4.5.0
8
-- bump pyecodevices (add debug logging)
9
- fix T2 attributes
10
- do not raise error when total value not greater than 0, just warning message
11
custom_components/ecodevices/manifest.json
@@ -11,7 +11,7 @@
"issue_tracker": "https://github.com/Aohzan/ecodevices/issues",
12
"requirements": [
13
"xmltodict==0.12.0",
14
- "pyecodevices==1.6.0"
+ "pyecodevices==1.6.1"
15
],
16
- "version": "4.5.0"
+ "version": "4.6.0"
17
}
0 commit comments