Skip to content

Commit

Permalink
Merge pull request #341 from plugwise/pw-27-5
Browse files Browse the repository at this point in the history
Bugfix for #340
  • Loading branch information
bouwew authored Jan 30, 2023
2 parents d6579f6 + 484fefe commit 16bb5f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ Our [`python-plugwise`](https://github.com/plugwise/python-plugwise) python modu

# Changelog

# NEW JAN 2023 [0.34.3] Bump plugwise to v0.27.4
# NEW JAN 2023 [0.34.4] Bugfix for https://github.com/plugwise/plugwise-beta/issues/340
- Bugfix via plugwise v0.27.5 - https://github.com/plugwise/python-plugwise/releases/tag/v0.27.5

# JAN 2023 [0.34.3] Bump plugwise to v0.27.4
- https://github.com/plugwise/python-plugwise/releases/tag/v0.27.4
- Fix Temperature difference sensor, not a SensorDeviceClass.TEMPERATURE sensor

Expand Down
4 changes: 2 additions & 2 deletions custom_components/plugwise/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"domain": "plugwise",
"name": "Plugwise Beta",
"version": "0.34.3",
"version": "0.34.4",
"documentation": "https://github.com/plugwise/plugwise-beta",
"after_dependencies": ["usb", "zeroconf"],
"requirements": ["plugwise==0.27.4"],
"requirements": ["plugwise==0.27.5"],
"codeowners": ["@CoMPaTech","@bouwew","@brefra"],
"integration_type": "hub",
"iot_class": "local_polling",
Expand Down

0 comments on commit 16bb5f1

Please sign in to comment.