- updated changelog/info

This commit is contained in:
Jack Simbach 2021-08-03 22:22:30 -04:00
parent 9db79646d5
commit e9eda3f882
2 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,10 @@
# GE Home Appliances (SmartHQ) Changelog
## 0.4.1
- Fixed an issue with dryer entities causing an error in HA (@steveredden)
## 0.4.0
- Implemented Laundry Support (@warrenrees, @ssindsd)

View File

@ -34,7 +34,7 @@ Oven Controls:
#### Features
{% if version_installed.split('.') | map('int') < '0.4.1'.split('.') | map('int') %}
{% if version_installed.split('.') | map('int') < '0.4.0'.split('.') | map('int') %}
- Implemented Laundry Support (@warrenrees, @ssindsd)
- Implemented Water Filter Support (@bendavis, @tumtumsback, @rgabrielson11)
@ -50,6 +50,12 @@ Oven Controls:
{% if version_installed.split('.') | map('int') < '0.4.1'.split('.') | map('int') %}
- Fixed an issue with dryer entities causing an error in HA (@steveredden)
{% endif %}
{% if version_installed.split('.') | map('int') < '0.4.0'.split('.') | map('int') %}
- Bug fixes for ovens (@TKpizza)
- Miscellaneous entity bug fixes/refinements