File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
- # Drayton Wiser Hub API Async v1.5.16
1
+ # Drayton Wiser Hub API Async v1.5.17
2
2
3
3
This repository contains a simple API which queries the Drayton Wiser Heating sysystem used in the UK.
4
4
@@ -52,6 +52,11 @@ Documentation available in [info.md](https://github.com/msp1974/wiserHeatAPIv2/b
52
52
53
53
## Changelog
54
54
55
+ ### v1.5.17
56
+
57
+ * Fixed error setting opentherm endpoint for fw above 4.32.46
58
+ * Added support for CFMT devices
59
+
55
60
### v1.5.16
56
61
57
62
* Added support for v2 opentherm endpoint for fw above 4.32.46
Original file line number Diff line number Diff line change 3
3
name = "aioWiserHeatAPI"
4
4
__all__ = ["wiserAPI" , "wiserDiscovery" ]
5
5
6
- __VERSION__ = "1.5.16 "
6
+ __VERSION__ = "1.5.17 "
7
7
8
8
_LOGGER = logging .getLogger (__name__ )
You can’t perform that action at this time.
0 commit comments