Skip to content

Commit

Permalink
revert v3.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
msp1974 committed May 6, 2024
1 parent 01472fa commit 431b93f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Wiser Home Assistant Integration v3.4.8
# Wiser Home Assistant Integration v3.4.7

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

## Change log

- v3.4.8
- Fix heating and hotwater boost buttons not created if moments exist

- v3.4.7
- Bump api to v1.5.14 to improve handling of hub connection errors
- Fix - improve handling of hub update failures - [#434](https://github.com/asantaga/wiserHomeAssistantPlatform/issues/434)
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 @@
Angelosantagata@gmail.com
"""
VERSION = "3.4.8"
VERSION = "3.4.7"
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.14"
],
"version": "3.4.8",
"version": "3.4.7",
"zeroconf": [
{
"type": "_http._tcp.local.",
Expand Down

0 comments on commit 431b93f

Please sign in to comment.