Skip to content

Commit

Permalink
Merge pull request #380 from asantaga/dev
Browse files Browse the repository at this point in the history
v3.3.9
  • Loading branch information
msp1974 authored Aug 26, 2023
2 parents 60ca05c + d25896d commit c6687b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Wiser Home Assistant Integration v3.3.8
# Wiser Home Assistant Integration v3.3.9

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

## Change log

- v3.3.9
- bump api to v1.3.5 to fix warning regarding async not awaited on extra config

- v3.3.8
- Fix extra key issue preventing loading on HA 2023.8.0 and above

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 @@ -10,7 +10,7 @@
URL_BASE = "/wiser"
WISER_CARD_FILENAMES = ["wiser-schedule-card.js", "wiser-zigbee-card.js"]

VERSION = "3.3.8"
VERSION = "3.3.9"
WISER_PLATFORMS = [
"climate",
"sensor",
Expand Down
4 changes: 2 additions & 2 deletions custom_components/wiser/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/asantaga/wiserHomeAssistantPlatform/issues",
"requirements": [
"aioWiserHeatAPI==1.3.4"
"aioWiserHeatAPI==1.3.5"
],
"version": "3.3.8",
"version": "3.3.9",
"zeroconf": [
{
"type": "_http._tcp.local.",
Expand Down

0 comments on commit c6687b1

Please sign in to comment.