Skip to content

Commit 9ed4ce8

Browse files
committed
Bump to v0.26.0a0 test-version, update Changelog
1 parent a49f9d9 commit 9ed4ce8

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.0: Smile P1: add single and 3-phase DSMR-sensors
4+
- Add support for the P1 fw 4.4.0-beta
5+
36
# v0.26.9: Hide cooling-related switch, binary_sensors when there is no cooling present
47
- This fixes the unexpected appearance of new entities after the Adam 3.7.1 firmware-update
58
- Properly handle an empty schedule, should fix #313

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.9"
3+
__version__ = "0.26.0a0"
44

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

0 commit comments

Comments
 (0)