File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments