Skip to content

Commit

Permalink
v3.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
msp1974 committed Nov 13, 2024
1 parent ad1ccaf commit 469e5b9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion custom_components/wiser/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""

VERSION = "3.4.11"
VERSION = "3.4.12"
DOMAIN = "wiser"
DATA_WISER_CONFIG = "wiser_config"
URL_BASE = "/wiser"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/wiser/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"requirements": [
"aioWiserHeatAPI==1.5.19"
],
"version": "3.4.10",
"version": "3.4.12",
"zeroconf": [
{
"type": "_http._tcp.local.",
Expand Down

0 comments on commit 469e5b9

Please sign in to comment.