Skip to content

Commit f9da6d2

Browse files
authored
Merge pull request #395 from plugwise/0_47_2
Bump plugwise to v0.47.2
2 parents fbf85f2 + 935fa0c commit f9da6d2

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.58.2 - 2026-01-29
4+
5+
- Update plugwise_usb to [v0.47.2](https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.47.2) fixing a bug.
6+
37
## v0.58.1 - 2025-09-27
48

59
- Cache-related bugfix via plugwise_usb [v0.47.1](https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.47.1)

custom_components/plugwise_usb/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"iot_class": "local_polling",
1010
"issue_tracker": "https://github.com/plugwise/python-plugwise-usb/issues",
1111
"loggers": ["plugwise_usb"],
12-
"requirements": ["plugwise-usb==0.47.1"],
13-
"version": "0.58.1"
12+
"requirements": ["plugwise-usb==0.47.2"],
13+
"version": "0.58.2"
1414
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plugwise_usb-beta"
3-
version = "0.58.1"
3+
version = "0.58.2"
44
description = "Plugwise USB custom_component (BETA)"
55
readme = "README.md"
66
requires-python = ">=3.13"

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
from custom_components.plugwise_usb.const import CONF_USB_PATH, DOMAIN
1313
from homeassistant.core import HomeAssistant
14-
1514
from pytest_homeassistant_custom_component.common import MockConfigEntry
1615

1716
TEST_MAC: Final[str] = "01:23:45:67:AB"

0 commit comments

Comments
 (0)