From f29d36bfae2ad1d0b673e2b1a294a3aaa0ae9214 Mon Sep 17 00:00:00 2001 From: Mark Parker Date: Sat, 26 Aug 2023 18:49:46 +0100 Subject: [PATCH 1/2] bump api to v1.3.5 --- custom_components/wiser/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/wiser/manifest.json b/custom_components/wiser/manifest.json index f5dc551..a9b5b4e 100755 --- a/custom_components/wiser/manifest.json +++ b/custom_components/wiser/manifest.json @@ -16,7 +16,7 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/asantaga/wiserHomeAssistantPlatform/issues", "requirements": [ - "aioWiserHeatAPI==1.3.4" + "aioWiserHeatAPI==1.3.5" ], "version": "3.3.8", "zeroconf": [ From d25896da57e945153734a79bf9dfb37ae4a306d0 Mon Sep 17 00:00:00 2001 From: Mark Parker Date: Sat, 26 Aug 2023 18:50:20 +0100 Subject: [PATCH 2/2] v3.3.9 --- README.md | 5 ++++- custom_components/wiser/const.py | 2 +- custom_components/wiser/manifest.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c547509..872ebab 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Wiser Home Assistant Integration v3.3.8 +# Wiser Home Assistant Integration v3.3.9 [![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration) [![downloads](https://shields.io/github/downloads/asantaga/wiserHomeAssistantPlatform/latest/total?style=for-the-badge)](https://github.com/asantaga/wiserHomeAssistantPlatform) @@ -26,6 +26,9 @@ For more information checkout the AMAZING community thread available on ## Change log +- v3.3.9 + - bump api to v1.3.5 to fix warning regarding async not awaited on extra config + - v3.3.8 - Fix extra key issue preventing loading on HA 2023.8.0 and above diff --git a/custom_components/wiser/const.py b/custom_components/wiser/const.py index 60f4aa2..a1de977 100755 --- a/custom_components/wiser/const.py +++ b/custom_components/wiser/const.py @@ -10,7 +10,7 @@ URL_BASE = "/wiser" WISER_CARD_FILENAMES = ["wiser-schedule-card.js", "wiser-zigbee-card.js"] -VERSION = "3.3.8" +VERSION = "3.3.9" WISER_PLATFORMS = [ "climate", "sensor", diff --git a/custom_components/wiser/manifest.json b/custom_components/wiser/manifest.json index a9b5b4e..20c9f5c 100755 --- a/custom_components/wiser/manifest.json +++ b/custom_components/wiser/manifest.json @@ -18,7 +18,7 @@ "requirements": [ "aioWiserHeatAPI==1.3.5" ], - "version": "3.3.8", + "version": "3.3.9", "zeroconf": [ { "type": "_http._tcp.local.",