Skip to content

Commit

Permalink
v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
msp1974 committed Dec 8, 2024
1 parent f8054d2 commit 52d8a14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Drayton Wiser Hub API Async v1.6.4
# Drayton Wiser Hub API Async v1.6.5

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

Expand Down Expand Up @@ -52,6 +52,9 @@ Documentation available in [info.md](https://github.com/msp1974/wiserHeatAPIv2/b

## Changelog

### v1.6.5
* Fix: improve status handling of hot water for hw climate mode

### v1.6.4
* Fix: fix issue of default extra config values not being provided

Expand Down
2 changes: 1 addition & 1 deletion aioWiserHeatAPI/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
name = "aioWiserHeatAPI"
__all__ = ["wiserAPI", "wiserDiscovery"]

__VERSION__ = "1.6.4"
__VERSION__ = "1.6.5"

_LOGGER = logging.getLogger(__name__)

0 comments on commit 52d8a14

Please sign in to comment.