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 1818 - Serial number of the cube was not extracted from handshake
1919 - When changing to auto mode, use weekly programme to fetch current temperature
2020 - 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 66
77setup (
88 name = "maxcube-api" ,
9- version = "0.4.1 " ,
9+ version = "0.4.2 " ,
1010 description = "eQ-3/ELV MAX! Cube Python API" ,
1111 long_description = readme ,
1212 author = "David Uebelacker" ,
You can’t perform that action at this time.
0 commit comments