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 33b64ac commit 7440ad0Copy full SHA for 7440ad0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+# v0.17.8: Smile: Bugfix, improve testing
4
+- Fix https://github.com/plugwise/plugwise-beta/issues/277
5
+- Improve incorrect test-case validation
6
+
7
# v0.17.7: Smile: Corrections, fixes, clean up
8
- Move compressor_state into binary_sensors
9
- Adam: add missing zigbee_mac to wireless thermostats
plugwise/__init__.py
@@ -1,6 +1,6 @@
"""Plugwise module."""
-__version__ = "0.17.7"
+__version__ = "0.17.8"
from plugwise.smile import Smile
from plugwise.stick import Stick
0 commit comments