Skip to content

Commit 784eb02

Browse files
authored
Add v0.9.2 change info
1 parent 4022e00 commit 784eb02

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.9.2 - Optimize
4+
5+
- Functions not called by the plugwise(-beta) code have been moved to helper.py in which they are part of the subclass SmileHelper
6+
- All for-loops are now executed only once, the results are stored in self-parameters.
7+
- Added fw, model and vendor information into the output of get_device_data(), for future use in the HA Core Plugwise(-beta) Integration
8+
- Split off HEATER_CENTRAL_MEASUREMENTS from DEVICE_MEASUREMENTS so they can be blocked when there is no Auxiliary device present
9+
- Collect only the data from the Smile that is needed: full_update_device() for initialisation, update-device() for updating of live data
10+
- Adapt test_smile.py to the new code, increase test-coverage further
11+
312
## 0.9.1 - Add Domestic Hot Water Comfort Mode switch - Feature request
413

514
## 0.9.0 - API change for stick

0 commit comments

Comments
 (0)