- updated change log

This commit is contained in:
Jack Simbach 2023-04-30 10:28:40 -04:00
parent a6f0527b9d
commit f260d26877
2 changed files with 14 additions and 0 deletions

View File

@ -1,6 +1,11 @@
# GE Home Appliances (SmartHQ) Changelog
## 0.6.7
- Bugfix: fixed issues with dishwasher [#155]
- Added OIM descaling sensor [#154]
## 0.6.6
- Bugfix: Fixed issue with region setting (EU accounts) [#130]

View File

@ -68,6 +68,11 @@ A/C Controls:
{% endif %}
#### Features
{% if version_installed.split('.') | map('int') < '0.6.7'.split('.') | map('int') %}
- Added OIM descaling sensor (#154)
{% endif %}
{% if version_installed.split('.') | map('int') < '0.6.6'.split('.') | map('int') %}
- Modified dishwasher to include new functionality (@NickWaterton)
{% endif %}
@ -111,6 +116,10 @@ A/C Controls:
#### Bugfixes
{% if version_installed.split('.') | map('int') < '0.6.7'.split('.') | map('int') %}
- Bugfix: fixed issues with dishwasher (#155)
{% endif %}
{% if version_installed.split('.') | map('int') < '0.6.6'.split('.') | map('int') %}
- Fixed region issues after setup (#130)
- Updated the temperature conversion (#137)