Skip to content

Commit a3098f7

Browse files
committed
Show relation between updates and device-types
1 parent 396721b commit a3098f7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Changelog
22

3-
## 0.9.4 - (alpha)
3+
## 0.9.4 - Bugfix and improvements
44

5-
- Underlying code improvements (complexity, linting, amongst others)
6-
- Make stick code run at python 3.9 (fixes AttributeError: 'Thread' object has no attribute 'isAlive')
5+
- Stick: make stick code run at python 3.9 (fixes AttributeError: 'Thread' object has no attribute 'isAlive')
6+
- Smile: underlying code improvements (solve complexity, linting, etc.), continuing to improve on the changes implemented in v0.9.2.
77

8-
## 0.9.3 - Add lock-state switches
8+
## 0.9.3 - Smile: add lock-state switches
99

1010
- Add support for getting and setting the lock-state of Plugs-, Circles-, Stealth-switches, for Adam and Stretch only. A set lock-state prevents a switch from being turned off.
1111
- There is no lock_state available for the following special Plugwise classes: `central heating pump` and `value actuator`
1212

13-
## 0.9.2 - Smile Optimize
13+
## 0.9.2 - Smile: optimize
1414

1515
- Functions not called by the plugwise(-beta) code have been moved to helper.py in which they are part of the subclass SmileHelper
1616
- All for-loops are now executed only once, the results are stored in self-parameters.
@@ -19,9 +19,9 @@
1919
- Collect only the data from the Smile that is needed: full_update_device() for initialisation, update-device() for updating of live data
2020
- Adapt test_smile.py to the new code, increase test-coverage further
2121

22-
## 0.9.1 - Add Domestic Hot Water Comfort Mode switch - Feature request
22+
## 0.9.1 - Smile: add Domestic Hot Water Comfort Mode switch - Feature request
2323

24-
## 0.9.0 - API change for stick
24+
## 0.9.0 - Stick: API change
2525

2626
- Improvement: Debounce relay state
2727
- Improvement: Prioritize request so requests like switching a relay get send out before power measurement requests.
@@ -67,7 +67,7 @@
6767
- `switch` (boolean) - Last reported state of switch
6868
- Stretch v2: fix failed connection by re-adding the aiohttp-workaround
6969

70-
## 0.8.6 - Code quality improvements for stick
70+
## 0.8.6 - Stick: code quality improvements
7171

7272
- Bug-fix: Power history was not reported (0 value) during last week of the month
7373
- Improvement: Validate message checksums
@@ -83,15 +83,15 @@
8383
5. Message processing - Do the required stuff (stick.py & nodes/\*.py)
8484
- Improvement: Resolves all flake8 comments
8585

86-
## 0.8.5 - Fix sensor scaling
86+
## 0.8.5 - Smile: fix sensor scaling
8787

8888
- Fix for HA Core issue #44349
8989
- Fix other value scaling bugs
9090
- Remove aiohttp-workaround - issue solved in aiohttp 3.7.1
9191

9292
(## 0.8.4 - Not released: Fix "Gas Consumed Interval stays 0" )
9393

94-
## 0.8.2/0.8.3 - Code quality improvements
94+
## 0.8.2/0.8.3 - Smile: code quality improvements
9595

9696
- Switch Smile to defusedxml from lxml (improving security)
9797
- Lint and flake recommendations fixed
@@ -100,9 +100,9 @@
100100
- Add model-info: to be used in Core to provide a more correct model-name for each device.
101101
- Code improvements and increase in test-coverage.
102102

103-
## 0.8.1 - Standardize logging for stick
103+
## 0.8.1 - Stick: standardize logging
104104

105-
## 0.8.0 - Merged Smile/USB module
105+
## 0.8.0 - Merged Smile/Stick module
106106

107107
- Merge of the former network and former USB module to a single python module
108108
- Improved commit/test/CI&CD

0 commit comments

Comments
 (0)