Skip to content

Commit

Permalink
- documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
simbaja committed Aug 8, 2021
1 parent fda5825 commit 2e9bc2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

## 0.4.x

- Added support for Split A/C units (@RobertusIT)
- Added support for Window A/C units (@mbrentrowe, @swcrawford1)
- Fixed multiple binary sensors (bad conversion from enum) (@steveredden)
- Fixed delay time interpretation for laundry (@steveredden, @sweichbr)
Expand Down
12 changes: 4 additions & 8 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,40 +31,36 @@ Oven Controls:
#### Breaking Changes

{% if version_installed.split('.') | map('int') < '0.4.0'.split('.') | map('int') %}

- Laundry support changes will cause entity names to be different, you will need to fix in HA

{% endif %}

#### Changes

#### Features

{% if version_installed.split('.') | map('int') < '0.4.0'.split('.') | map('int') %}
{% if version_installed.split('.') | map('int') < '0.4.3'.split('.') | map('int') %}
- Support for Split and Window AC units (@swcrawford1, @mbrentrowe, @RobertusIT)
{% endif %}

{% if version_installed.split('.') | map('int') < '0.4.0'.split('.') | map('int') %}
- Implemented Laundry Support (@warrenrees, @ssindsd)
- Implemented Water Filter Support (@bendavis, @tumtumsback, @rgabrielson11)
- Implemented Initial Advantium Support (@ssinsd)
- Additional authentication error handling (@rgabrielson11)
- Additional dishwasher functionality (@ssinsd)
- Introduced new select entity (@bendavis)
- Integrated new version of SDK

{% endif %}

#### Bugfixes

{% 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

{% endif %}

{% endif %}

0 comments on commit 2e9bc2c

Please sign in to comment.