We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ed284b + 979b79b commit a46bef0Copy full SHA for a46bef0
CHANGELOG.md
@@ -6,6 +6,10 @@
6
7
- Fix building (remaining plugwise instead of plugwise_usb)
8
9
+### 0.40.5
10
+
11
+- Update backend-library to v0.31.2b6: fix stuck energy_consumption_today, provided by @dirixmjm
12
13
### 0.40.4
14
15
- Update backend-library to v0.31.1: fix for flooding of CircleEnergyCountersRequests, provided by @dirixmjm
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.1"],
- "version": "0.40.4"
+ "requirements": ["plugwise-usb==0.31.2b6"],
+ "version": "0.40.5a1"
}
0 commit comments