Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions custom_components/plugwise_usb/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pytest-asyncio
aiousbwatcher
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
plugwise-usb @ https://files.pythonhosted.org/packages/84/d5/0edca24482f5d3d7dc389dda7a6a0c693396b44930a3f69e5cd898046ceb/plugwise_usb-0.44.9.tar.gz
Loading