From 469e5b94a1590ecdc5e4808636f4403292d42ba4 Mon Sep 17 00:00:00 2001 From: Mark Parker Date: Wed, 13 Nov 2024 18:53:33 +0000 Subject: [PATCH] v3.4.12 --- README.md | 11 ++++++++++- custom_components/wiser/const.py | 2 +- custom_components/wiser/manifest.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d4df499..aea5fa5 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Wiser Home Assistant Integration v3.4.11 +# Wiser Home Assistant Integration v3.4.12 [![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) @@ -29,6 +29,15 @@ For more information checkout the AMAZING community thread available on ## Change log +- v3.4.12 + - Fixed issue assigning schedules with non ascii characters in name - issue #509 + - Fixed error when using HotWater climate automation - issue #517 + - Fixed wiser http path not registering - issue #521 + - Fixed issue causing integration to fail loading with BoilerInterface - issue #523 + - Added support for ButtonPanel (Wiser Odace) - issue #524 + - Bump api to v1.5.19 to resolve issues #509, #523, #524 + + - v3.4.11 - Bump api to v1.5.18 to reduce Payload not completed errors - Fix typo in dimable light color mode - issue #518 diff --git a/custom_components/wiser/const.py b/custom_components/wiser/const.py index 769221f..8a62f04 100755 --- a/custom_components/wiser/const.py +++ b/custom_components/wiser/const.py @@ -6,7 +6,7 @@ """ -VERSION = "3.4.11" +VERSION = "3.4.12" DOMAIN = "wiser" DATA_WISER_CONFIG = "wiser_config" URL_BASE = "/wiser" diff --git a/custom_components/wiser/manifest.json b/custom_components/wiser/manifest.json index 365366b..2a55bf3 100755 --- a/custom_components/wiser/manifest.json +++ b/custom_components/wiser/manifest.json @@ -18,7 +18,7 @@ "requirements": [ "aioWiserHeatAPI==1.5.19" ], - "version": "3.4.10", + "version": "3.4.12", "zeroconf": [ { "type": "_http._tcp.local.",