Skip to content

Commit

Permalink
Merge pull request #519 from asantaga/dev
Browse files Browse the repository at this point in the history
v3.5.11
  • Loading branch information
msp1974 authored Nov 4, 2024
2 parents 376342d + 7723194 commit 49faa18
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 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.10
# Wiser Home Assistant Integration v3.4.11

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

## Change log

- v3.4.11
- Bump api to v1.5.18 to reduce Payload not completed errors
- Fix typo in dimable light color mode - issue #518

- v3.4.10
- Fixed error loading sensors - issue #513

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.10"
VERSION = "3.4.11"
DOMAIN = "wiser"
DATA_WISER_CONFIG = "wiser_config"
URL_BASE = "/wiser"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/wiser/light.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def supported_color_modes(self):
@property
def color_mode(self):
"""Return color mode."""
return {ColorMode.BRIGHTNESS}
return ColorMode.BRIGHTNESS

@property
def brightness(self):
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 @@ -16,7 +16,7 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/asantaga/wiserHomeAssistantPlatform/issues",
"requirements": [
"aioWiserHeatAPI==1.5.17"
"aioWiserHeatAPI==1.5.18"
],
"version": "3.4.10",
"zeroconf": [
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Drayton Wiser Integration for Home Assistant",
"homeassistant": "2024.2",
"homeassistant": "2024.9",
"render_readme": true,
"zip_release": true,
"filename": "wiser.zip"
Expand Down

0 comments on commit 49faa18

Please sign in to comment.