diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad850b..68f6b1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/info.md b/info.md index d080eab..181c542 100644 --- a/info.md +++ b/info.md @@ -31,17 +31,18 @@ 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) @@ -49,22 +50,17 @@ Oven Controls: - 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 %}