Skip to content

Commit b771d1e

Browse files
authored
Merge pull request #560 from plugwise/pw-0_36_3
Link to backend v0.36.3
2 parents eed7ab0 + cc006e9 commit b771d1e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Versions from 0.40 and up
44

5+
## v0.46.2
6+
7+
- Backend gateway_mode-related bugfixes via [plugwise v0.36.3](https://github.com/plugwise/python-plugwise/releases/tag/v0.36.3).
8+
9+
## v0.46.1
10+
11+
- Improve support for Anna+Elga systems that do not support cooling via [plugwise v0.36.2](https://github.com/plugwise/python-plugwise/releases/tag/v0.36.2).
12+
513
## v0.46.0
614

715
- New Feature: for Adam, add the gateway_mode Select. This allows the user to set the Gateway Mode, options: Normal, Pause, Vacation.

custom_components/plugwise/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"integration_type": "hub",
99
"iot_class": "local_polling",
1010
"loggers": ["plugwise"],
11-
"requirements": ["plugwise==0.36.2"],
12-
"version": "0.46.1"
11+
"requirements": ["plugwise==0.36.3"],
12+
"version": "0.46.2"
1313
}

0 commit comments

Comments
 (0)