Skip to content

Commit e9a1f55

Browse files
committed
Update CHANGELOG.md
1 parent 2fb04df commit e9a1f55

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

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

3+
## 0.8.x - Code quality improvements for stick
4+
5+
- Bug-fix: Power history was not reported (0 value) during last week of the month
6+
- Improvement: Validate message checksums
7+
- Improvement: Do a single ping request to validate if node is on-line
8+
- Improvement: Guard Scan sensitivity setting to medium
9+
- Improvement: Move general module code of messages, nodes, connection to the __init__.py files.
10+
- Improvement: Better code separation. All logic is in their designated files:
11+
1. Connection (connection/*.py)
12+
2. Data parsing (parser.py)
13+
3. Data encoding/decoding of message (messages/*.py)
14+
4. Message handling - Initialization & transportation (controller.py)
15+
5. Message processing - Do the required stuff (stick.py & nodes/*.py)
16+
- Improvement: Resolves all flake8 comments
17+
318
## 0.8.5 - Fix sensor scaling
419
- Fix for via HA Core issue #44349
520
- Fix other value scaling bugs

0 commit comments

Comments
 (0)