From 9e7628892b26408fe9e14ffa489756ca4f2bd1e1 Mon Sep 17 00:00:00 2001 From: Mark Parker Date: Tue, 26 Dec 2023 15:42:18 +0000 Subject: [PATCH] v1.5.5 --- README.md | 6 +++++- aioWiserHeatAPI/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c38090e..8bdc4f0 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Drayton Wiser Hub API Async v1.5.4 +# Drayton Wiser Hub API Async v1.5.5 This repository contains a simple API which queries the Drayton Wiser Heating sysystem used in the UK. @@ -52,6 +52,10 @@ Documentation available in [info.md](https://github.com/msp1974/wiserHeatAPIv2/b ## Changelog +### v1.5.5 + +* Added addtional v2 hub attributes and switches + ### v1.5.4 * Fixed issue whereby json conversion errors due to control characters in string diff --git a/aioWiserHeatAPI/__init__.py b/aioWiserHeatAPI/__init__.py index febf2ee..8b43140 100644 --- a/aioWiserHeatAPI/__init__.py +++ b/aioWiserHeatAPI/__init__.py @@ -3,6 +3,6 @@ name = "aioWiserHeatAPI" __all__ = ["wiserAPI", "wiserDiscovery"] -__VERSION__ = "1.5.4" +__VERSION__ = "1.5.5" _LOGGER = logging.getLogger(__name__)