Skip to content

Commit 225a68d

Browse files
committed
v1.3.8
1 parent 9c60c19 commit 225a68d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

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

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

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

5353
## Changelog
5454

55+
### v1.3.8
56+
57+
* Correct relative modulation level opentherm parameter magnitude
58+
5559
### v1.3.7
5660

5761
* Amend battery to return None for voltage and percent if battery data not present

aioWiserHeatAPI/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import logging
2+
13
name = "aioWiserHeatAPI"
24
__all__ = ["wiserAPI", "wiserDiscovery"]
35

4-
__VERSION__ = "1.3.7"
5-
6-
import logging
6+
__VERSION__ = "1.3.8"
77

88
_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)