We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39e61d commit b68e7dcCopy full SHA for b68e7dc
CHANGELOG.md
@@ -2,7 +2,12 @@
2
3
## v1.6.2
4
5
-- Improve control_state processing, move fix for [#776](https://github.com/plugwise/plugwise-beta/issues/776) into the backend.
+- Improve control_state processing:
6
+ - Change value from `off` to `idle` to better match HA Core `HVACAction` states.
7
+ - Handle difference between old and new Adam firmware: set `control_state` based on `setpoint` vs `temperature` for older firmware.
8
+ - Implement fix for [#776](https://github.com/plugwise/plugwise-beta/issues/776), move it from the integration to the backend library.
9
+ - Add a test to cover the code that fixes #776.
10
+ - Update related fixtures and test-data json files.
11
12
## v1.6.1
13
0 commit comments