Skip to content

Commit

Permalink
Merge pull request #515 from asantaga/dev
Browse files Browse the repository at this point in the history
v3.4.10
  • Loading branch information
msp1974 authored Nov 2, 2024
2 parents 29efe13 + caa4e93 commit 376342d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
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.9"
VERSION = "3.4.10"
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.17"
],
"version": "3.4.8",
"version": "3.4.10",
"zeroconf": [
{
"type": "_http._tcp.local.",
Expand Down

0 comments on commit 376342d

Please sign in to comment.