From bb06f02b94a468769b370b4a39184c1a893d14fd Mon Sep 17 00:00:00 2001 From: Bouwe Westerdijk Date: Thu, 29 Jan 2026 19:28:58 +0100 Subject: [PATCH 1/2] Bump plugwise to v0.47.2 --- custom_components/plugwise_usb/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/plugwise_usb/manifest.json b/custom_components/plugwise_usb/manifest.json index 7bc69b1d..401b67cb 100644 --- a/custom_components/plugwise_usb/manifest.json +++ b/custom_components/plugwise_usb/manifest.json @@ -9,6 +9,6 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/plugwise/python-plugwise-usb/issues", "loggers": ["plugwise_usb"], - "requirements": ["plugwise-usb==0.47.1"], + "requirements": ["plugwise-usb==0.47.2"], "version": "0.58.1" } From 935fa0c5d79b27ecfffbff3ac30f51155add9f63 Mon Sep 17 00:00:00 2001 From: Bouwe Westerdijk Date: Thu, 29 Jan 2026 19:33:13 +0100 Subject: [PATCH 2/2] Bump version to v0.58.2, update CHANGELOG --- CHANGELOG.md | 4 ++++ custom_components/plugwise_usb/manifest.json | 2 +- pyproject.toml | 2 +- tests/conftest.py | 1 - 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ad60665..5588bdbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.58.2 - 2026-01-29 + +- Update plugwise_usb to [v0.47.2](https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.47.2) fixing a bug. + ## v0.58.1 - 2025-09-27 - Cache-related bugfix via plugwise_usb [v0.47.1](https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.47.1) diff --git a/custom_components/plugwise_usb/manifest.json b/custom_components/plugwise_usb/manifest.json index 401b67cb..d822359d 100644 --- a/custom_components/plugwise_usb/manifest.json +++ b/custom_components/plugwise_usb/manifest.json @@ -10,5 +10,5 @@ "issue_tracker": "https://github.com/plugwise/python-plugwise-usb/issues", "loggers": ["plugwise_usb"], "requirements": ["plugwise-usb==0.47.2"], - "version": "0.58.1" + "version": "0.58.2" } diff --git a/pyproject.toml b/pyproject.toml index dea37344..0d1e869e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "plugwise_usb-beta" -version = "0.58.1" +version = "0.58.2" description = "Plugwise USB custom_component (BETA)" readme = "README.md" requires-python = ">=3.13" diff --git a/tests/conftest.py b/tests/conftest.py index 2e2a5a6f..4bd5335b 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -11,7 +11,6 @@ from custom_components.plugwise_usb.const import CONF_USB_PATH, DOMAIN from homeassistant.core import HomeAssistant - from pytest_homeassistant_custom_component.common import MockConfigEntry TEST_MAC: Final[str] = "01:23:45:67:AB"