File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased changes
3
+ ## 0.18.4 ClimateMode bugfix 2021-06-04
4
4
5
5
### Bugfix
6
6
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
8
8
9
9
## 0.18.3 XYY colors 2021-05-30
10
10
11
11
### Devices
12
12
13
- - Light: support for xyY-color (DPT 242.600)
13
+ - Light: Support for xyY-color (DPT 242.600)
14
14
15
15
## 0.18.2 Climate and Light improvements 2021-05-11
16
16
17
17
### Devices
18
18
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.
20
20
- Light: Support individual color lights without switch object
21
21
22
22
## 0.18.1 Internal group addresses 2021-04-23
Original file line number Diff line number Diff line change 1
1
"""XKNX version."""
2
2
3
- __version__ = "0.18.3 "
3
+ __version__ = "0.18.4 "
You can’t perform that action at this time.
0 commit comments