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 98910e1 commit b568504Copy full SHA for b568504
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
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
+
6
# v0.25.8: Make collection of toggle-data future-proof
7
8
# v0.25.7: Correct faulty logic in the v0.25.6 release
plugwise/__init__.py
@@ -1,6 +1,6 @@
"""Plugwise module."""
-__version__ = "0.25.8a0"
+__version__ = "0.25.9a0"
from plugwise.smile import Smile
from plugwise.stick import Stick
0 commit comments