Skip to content

Commit c450d59

Browse files
committed
Release 0.18.4
1 parent 5e50034 commit c450d59

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

changelog.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Changelog
22

3-
## Unreleased changes
3+
## 0.18.4 ClimateMode bugfix 2021-06-04
44

55
### Bugfix
66

7-
- ClimateMode: fix telegram processing operation mode and controller mode (heat/cool) are both used
7+
- ClimateMode: Fix telegram processing when operation_mode and controller_mode (heat/cool) are both used
88

99
## 0.18.3 XYY colors 2021-05-30
1010

1111
### Devices
1212

13-
- Light: support for xyY-color (DPT 242.600)
13+
- Light: Support for xyY-color (DPT 242.600)
1414

1515
## 0.18.2 Climate and Light improvements 2021-05-11
1616

1717
### Devices
1818

19-
- Climate: make `setpoint_shift_mode` optional. When `None` assign its DPT from the first incoming payload.
19+
- Climate: Make `setpoint_shift_mode` optional. When `None` assign its DPT from the first incoming payload.
2020
- Light: Support individual color lights without switch object
2121

2222
## 0.18.1 Internal group addresses 2021-04-23

xknx/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""XKNX version."""
22

3-
__version__ = "0.18.3"
3+
__version__ = "0.18.4"

0 commit comments

Comments
 (0)