Skip to content

Commit b568504

Browse files
committed
Update version, amend Changelog
1 parent 98910e1 commit b568504

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
# v0.26.9: Hide cooling-related switch, binary_sensors when there is no cooling present
4+
- This fixes the unexpected appearance of new entities after the Adam 3.7.1 firmware-update
5+
36
# v0.25.8: Make collection of toggle-data future-proof
47

58
# v0.25.7: Correct faulty logic in the v0.25.6 release

plugwise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Plugwise module."""
22

3-
__version__ = "0.25.8a0"
3+
__version__ = "0.25.9a0"
44

55
from plugwise.smile import Smile
66
from plugwise.stick import Stick

0 commit comments

Comments
 (0)