Skip to content

Commit

Permalink
v3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
msp1974 committed Mar 5, 2024
1 parent 6d6c8ac commit bad9cf8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 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.4
# Wiser Home Assistant Integration v3.4.5

[![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 All @@ -24,6 +24,14 @@ For more information checkout the AMAZING community thread available on

## Change log

- v3.4.5
- Bump api to v1.5.12 to improve performance of improve retry handling
- Fixed issue caused by v3.4.4 that heating actuators and power tags error on load (issue [#449](https://github.com/asantaga/wiserHomeAssistantPlatform/issues/449), #450)
- Fixed error setting up integration in config flow caused by session parameter being passed when no longer required
- Fixed issue on 3 channel hubs with Heating sensor names
- Fixed issue with signal sensor showing unknown on startup until first refresh
- Changed preset icon to HA standard

- v3.4.4
- Bump api to v1.5.11
- Improved api retry handling for inconsitant errors coming from the hub causing errors in the log and entities to go unavailable (issues [#434](https://github.com/asantaga/wiserHomeAssistantPlatform/issues/434), #436, #439)
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 @@ -5,7 +5,7 @@
[email protected]
"""
VERSION = "3.4.4"
VERSION = "3.4.5"
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.12"
],
"version": "3.4.3",
"version": "3.4.5",
"zeroconf": [
{
"type": "_http._tcp.local.",
Expand Down

0 comments on commit bad9cf8

Please sign in to comment.