diff --git a/README.md b/README.md index dab1519..34552b9 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Wiser Home Assistant Integration v3.4.9 +# Wiser Home Assistant Integration v3.4.10 [![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,7 +29,10 @@ For more information checkout the AMAZING community thread available on ## Change log -- v3.4.9 +- v3.4.10 + - Fixed error loading sensors - issue #513 + +- v3.4.9 (Pulled) - Fixed smoke alarm naming issue - issue #496 - Set humidity to Unavailable if no value - issue #503 - Add support for BoilerInterface - issue #499 diff --git a/custom_components/wiser/const.py b/custom_components/wiser/const.py index d3049ff..23bf4a6 100755 --- a/custom_components/wiser/const.py +++ b/custom_components/wiser/const.py @@ -6,7 +6,7 @@ """ -VERSION = "3.4.9" +VERSION = "3.4.10" 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 cf91c7e..445d22a 100755 --- a/custom_components/wiser/manifest.json +++ b/custom_components/wiser/manifest.json @@ -18,7 +18,7 @@ "requirements": [ "aioWiserHeatAPI==1.5.17" ], - "version": "3.4.8", + "version": "3.4.10", "zeroconf": [ { "type": "_http._tcp.local.",