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 f5dc551..20c9f5c 100755 --- a/custom_components/wiser/manifest.json +++ b/custom_components/wiser/manifest.json @@ -16,9 +16,9 @@ "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", + "version": "3.3.9", "zeroconf": [ { "type": "_http._tcp.local.",