Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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"
}
4 changes: 2 additions & 2 deletions 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 All @@ -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/"
Expand Down
3 changes: 1 addition & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading