Skip to content

Commit a079ed7

Browse files
committed
v1.5.17
1 parent 8eb495f commit a079ed7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Drayton Wiser Hub API Async v1.5.16
1+
# Drayton Wiser Hub API Async v1.5.17
22

33
This repository contains a simple API which queries the Drayton Wiser Heating sysystem used in the UK.
44

@@ -52,6 +52,11 @@ Documentation available in [info.md](https://github.com/msp1974/wiserHeatAPIv2/b
5252

5353
## Changelog
5454

55+
### v1.5.17
56+
57+
* Fixed error setting opentherm endpoint for fw above 4.32.46
58+
* Added support for CFMT devices
59+
5560
### v1.5.16
5661

5762
* Added support for v2 opentherm endpoint for fw above 4.32.46

aioWiserHeatAPI/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
name = "aioWiserHeatAPI"
44
__all__ = ["wiserAPI", "wiserDiscovery"]
55

6-
__VERSION__ = "1.5.16"
6+
__VERSION__ = "1.5.17"
77

88
_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)