Skip to content

Commit 211342c

Browse files
authored
Merge pull request #111 from plugwise/backend_update
Backend update to v0.31.1
2 parents 930dc3a + c3c5ce3 commit 211342c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Versions from 0.4x
44

5+
### 0.40.4
6+
7+
- Update backend-library to v0.31.1: fix for flooding of CircleEnergyCountersRequests, provided by @dirixmjm
8+
59
### 0.40.3
610

711
- Translation maintenance as per [development](https://developers.home-assistant.io/blog/2023/07/11/translating-services)

custom_components/plugwise_usb/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"integration_type": "hub",
99
"iot_class": "local_polling",
1010
"loggers": ["plugwise_usb"],
11-
"requirements": ["plugwise-usb==0.31.0"],
12-
"version": "0.40.3"
11+
"requirements": ["plugwise-usb==0.31.1"],
12+
"version": "0.40.4"
1313
}

0 commit comments

Comments
 (0)