Skip to content

Commit e9040cd

Browse files
authored
Merge pull request #1078 from plugwise/pw-1-11-4
Bump plugwise to v1.11.4
2 parents 560542d + 60421ff commit e9040cd

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
Versions from 0.40 and up
44

5-
## Ongoing
5+
## v0.64.3
66

7+
- Bump plugwise to [v1.11.4](https://github.com/plugwise/python-plugwise/releases/tag/v1.11.4)
78
- Downstream improvements from Core PR #127121 via PR [#1074](https://github.com/plugwise/plugwise-beta/pull/1074)
89

910
## v0.64.2

custom_components/plugwise/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"integration_type": "hub",
88
"iot_class": "local_polling",
99
"loggers": ["plugwise"],
10-
"requirements": ["plugwise==1.11.3"],
11-
"version": "0.64.1",
10+
"requirements": ["plugwise==1.11.4"],
11+
"version": "0.64.3",
1212
"zeroconf": ["_plugwise._tcp.local."]
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-beta"
3-
version = "0.64.2"
3+
version = "0.64.3"
44
description = "Plugwise beta custom-component"
55
readme = "README.md"
66
requires-python = ">=3.14"

0 commit comments

Comments
 (0)