Skip to content

Commit 379d1a7

Browse files
committed
bump pyecodevices (force xml encoding)
1 parent a414de8 commit 379d1a7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Changelog
22

3+
## 4.6.0
4+
5+
- bump pyecodevices (force xml encoding)
6+
37
## 4.5.0
48

5-
- bump pyecodevices (add debug logging)
69
- fix T2 attributes
710
- do not raise error when total value not greater than 0, just warning message
811

custom_components/ecodevices/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"issue_tracker": "https://github.com/Aohzan/ecodevices/issues",
1212
"requirements": [
1313
"xmltodict==0.12.0",
14-
"pyecodevices==1.6.0"
14+
"pyecodevices==1.6.1"
1515
],
16-
"version": "4.5.0"
16+
"version": "4.6.0"
1717
}

0 commit comments

Comments
 (0)