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.
2 parents 930dc3a + c3c5ce3 commit 211342cCopy full SHA for 211342c
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Versions from 0.4x
4
5
+### 0.40.4
6
+
7
+- Update backend-library to v0.31.1: fix for flooding of CircleEnergyCountersRequests, provided by @dirixmjm
8
9
### 0.40.3
10
11
- Translation maintenance as per [development](https://developers.home-assistant.io/blog/2023/07/11/translating-services)
custom_components/plugwise_usb/manifest.json
@@ -8,6 +8,6 @@
"integration_type": "hub",
"iot_class": "local_polling",
"loggers": ["plugwise_usb"],
- "requirements": ["plugwise-usb==0.31.0"],
12
- "version": "0.40.3"
+ "requirements": ["plugwise-usb==0.31.1"],
+ "version": "0.40.4"
13
}
0 commit comments