We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49f9d9 commit 9ed4ce8Copy full SHA for 9ed4ce8
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
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
+
6
# v0.26.9: Hide cooling-related switch, binary_sensors when there is no cooling present
7
- This fixes the unexpected appearance of new entities after the Adam 3.7.1 firmware-update
8
- Properly handle an empty schedule, should fix #313
plugwise/__init__.py
@@ -1,6 +1,6 @@
"""Plugwise module."""
-__version__ = "0.25.9"
+__version__ = "0.26.0a0"
from plugwise.smile import Smile
from plugwise.stick import Stick
0 commit comments