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.
2 parents e0b74c5 + f905b35 commit ee22d23Copy full SHA for ee22d23
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+# v0.16.5 - Smile: small improvements
4
+ - Move schedule debug-message to the correct position
5
+ - Code quality fixes
6
+
7
# v0.16.4 - Adding measurements
8
- Expose mac-addresses for network and zigbee devices
9
- Expose min/max thermostat (and heater) values and resolution (step in HA)
plugwise/__init__.py
@@ -1,6 +1,6 @@
"""Plugwise module."""
-__version__ = "0.16.4"
+__version__ = "0.16.5"
from plugwise.smile import Smile
from plugwise.stick import Stick
0 commit comments