diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ebfef6b..cbc2268ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Versions from 0.30 and up +### NEW FEB 2023 [0.34.8b0] Stick-bugfix + +- Fix USB-Stick communication which could randomly stop the communication for up to a minute +- Link to plugwise module [v0.28.0.a8](https://github.com/plugwise/python-plugwise/tree/fix-usb-request-queue) + ### NEW FEB 2023 [0.34.6] Stick-bugfix, rename P1 gas-interval sensor, line up with Core Plugwise - Sort manifest-json - [Core PR 87082](https://github.com/home-assistant/core/pull/87082) diff --git a/custom_components/plugwise/manifest.json b/custom_components/plugwise/manifest.json index ee8a5dce6..719ecedf9 100644 --- a/custom_components/plugwise/manifest.json +++ b/custom_components/plugwise/manifest.json @@ -8,6 +8,6 @@ "integration_type": "hub", "iot_class": "local_polling", "loggers": ["plugwise"], - "requirements": ["plugwise==0.27.7"], - "version": "0.34.6" + "requirements": ["https://test-files.pythonhosted.org/packages/29/27/a6c776968e1e9b764d401c2e2d920b3609f7a07730d30a123a08460251b9/plugwise-0.28.0a8.tar.gz#plugwise==0.28.0a8"], + "version": "0.34.8b0" }