diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a48c1ec..1fcb1d7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Versions from 0.4x +### v0.55.6 - 2025-07-24 + +- Bugfixes and improvements via plugwise_usb [v0.44.9](https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.44.9) + ### v0.55.5 - 2025-07-21 - Bugfixes ([#288](https://github.com/plugwise/plugwise_usb-beta/issues/288), fix `Awaiting plugwise responses` value) via plugwise_usb [v0.44.8](https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.44.8) diff --git a/custom_components/plugwise_usb/manifest.json b/custom_components/plugwise_usb/manifest.json index 0efcc9a5..0cb24f78 100644 --- a/custom_components/plugwise_usb/manifest.json +++ b/custom_components/plugwise_usb/manifest.json @@ -8,6 +8,6 @@ "integration_type": "hub", "iot_class": "local_polling", "loggers": ["plugwise_usb"], - "requirements": ["plugwise-usb==0.44.8"], - "version": "0.55.5" + "requirements": ["plugwise-usb==0.44.9"], + "version": "0.55.6" } diff --git a/pyproject.toml b/pyproject.toml index e042f5a8..41e0dd89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "plugwise_usb-beta" -version = "0.55.5" +version = "0.55.6" description = "Plugwise USB custom_component (BETA)" readme = "README.md" requires-python = ">=3.13" @@ -24,7 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", "Topic :: Home Automation",] -dependencies = ["homeassistant", "plugwise-usb"] +dependencies = ["homeassistant", "plugwise-usb==0.44.9"] [project.urls] "Homepage" = "https://github.com/plugwise/" diff --git a/requirements_test.txt b/requirements_test.txt index 5ead286b..5796772f 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -2,6 +2,5 @@ pytest pytest-cov pytest-asyncio aiousbwatcher +plugwise-usb pytest-homeassistant-custom-component>=0.13.252 -# From our manifest.json for our custom component -plugwise-usb @ https://files.pythonhosted.org/packages/f5/b6/6c6513db48aa22d6c12ac9f5c937f5def38421717fb585302310fc8642ab/plugwise_usb-0.44.8.tar.gz