File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 18
18
- Serial number of the cube was not extracted from handshake
19
19
- When changing to auto mode, use weekly programme to fetch current temperature
20
20
- Make MAX! Cube TCP port optional
21
+
22
+ ### Version 0.4.2
23
+ * Bug fixes:
24
+ - Interpret correctly S command error responses (https://github.com/home-assistant/core/issues/49075)
25
+ - Support application timezone configuration (https://github.com/home-assistant/core/issues/49076)
26
+ * Improvements in device logging
27
+ * Build improvements:
28
+ * Move from Travis to Github Actions to execute validation actions
29
+ * Add code style and quality checks to the validation actions
Original file line number Diff line number Diff line change 6
6
7
7
setup (
8
8
name = "maxcube-api" ,
9
- version = "0.4.1 " ,
9
+ version = "0.4.2 " ,
10
10
description = "eQ-3/ELV MAX! Cube Python API" ,
11
11
long_description = readme ,
12
12
author = "David Uebelacker" ,
You can’t perform that action at this time.
0 commit comments