Skip to content

Commit c6f50d9

Browse files
authored
Merge pull request #271 from plugwise/usb_0_44_5
Show energy-reset button for Plus devices
2 parents 0351fb3 + dc61a9e commit c6f50d9

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Versions from 0.4x
44

5+
### v0.55.1 - 2025-06-22
6+
7+
- Show energy-reset button for Plus devices via plugwise_usb [v0.44.5](https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.44.5)
8+
59
### v0.55.0 - 2025-06-22
610

711
- Implement an energy-reset button for energy devices that resets/restarts the energy-collection on the device overwriting the existing data

custom_components/plugwise_usb/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"integration_type": "hub",
99
"iot_class": "local_polling",
1010
"loggers": ["plugwise_usb"],
11-
"requirements": ["plugwise-usb==0.44.4"],
12-
"version": "0.55.0"
11+
"requirements": ["plugwise-usb==0.44.5"],
12+
"version": "0.55.1"
1313
}

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.55.0"
3+
version = "0.55.1"
44
description = "Plugwise USB custom_component (BETA)"
55
readme = "README.md"
66
requires-python = ">=3.13"

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pytest-asyncio
44
pytest-homeassistant-custom-component
55
aiousbwatcher
66
# From our manifest.json for our custom component
7-
plugwise-usb @ https://files.pythonhosted.org/packages/5d/51/5e1a7f12954bdf0cbed1a460ec1700802e9d92015735c93a6e755f639c95/plugwise_usb-0.44.4.tar.gz
7+
plugwise-usb @ https://files.pythonhosted.org/packages/b1/82/66c42393fa98e94951b106ca41b46b03e20f8c5d29df1ce043cfd586e5b5/plugwise_usb-0.44.5.tar.gz

0 commit comments

Comments
 (0)