Skip to content

Commit f703f79

Browse files
authored
Merge pull request #886 from plugwise/pw1_7_6
Bump plugwise to v1.7.6
2 parents 1d4681e + 7893364 commit f703f79

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,20 @@
22

33
Versions from 0.40 and up
44

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

77
- Maintenance chores on CI
8+
- Don't raise an error when toggling a locked switch via plugwise [v1.7.6](https://github.com/plugwise/python-plugwise/releases/tag/v1.7.6) via PR [#878](https://github.com/plugwise/plugwise-beta/pull/878)
89

9-
## v0.58.0
10+
## v0.57.3
11+
12+
- Improve code via PR [#865](https://github.com/plugwise/plugwise-beta/pull/865)
13+
- Bump plugwise to [v1.7.4](https://github.com/plugwise/python-plugwise/releases/tag/v1.7.4)
14+
15+
## v0.57.2
1016

1117
- Downstream HA [Core PR](https://github.com/home-assistant/core/pull/138201) update signature of platforms' async_setup_entry
12-
- Maintenance chores
13-
- Minimum python to 3.13 following HA
18+
- Bump plugwise to [v1.7.3](https://github.com/plugwise/python-plugwise/releases/tag/v1.7.3)
1419

1520
## v0.57.1
1621

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.7.4"],
11-
"version": "0.57.3",
10+
"requirements": ["plugwise==1.7.6"],
11+
"version": "0.57.4",
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.58.0"
3+
version = "0.57.4"
44
description = "Plugwise beta custom-component"
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)