- documentation updates

This commit is contained in:
Jack Simbach 2021-08-21 14:05:19 -04:00
parent 4ef16d7a38
commit 6868561bec
2 changed files with 9 additions and 1 deletions

View File

@ -5,7 +5,7 @@
- Initial support for oven hoods (@digitalbites)
- Added extended mode support for ovens
- Added logic to prevent multiple configurations of the same GE account
## 0.4.3

View File

@ -40,6 +40,10 @@ A/C Controls:
#### Changes
{% if version_installed.split('.') | map('int') < '0.5.0'.split('.') | map('int') %}
- Added logic to prevent multiple configurations of the same GE account
{% endif %}
#### Features
{% if version_installed.split('.') | map('int') < '0.5.0'.split('.') | map('int') %}
@ -63,6 +67,10 @@ A/C Controls:
#### Bugfixes
{% if version_installed.split('.') | map('int') < '0.5.0'.split('.') | map('int') %}
- Advantium fixes (@willhayslett)
{% endif %}
{% if version_installed.split('.') | map('int') < '0.4.3'.split('.') | map('int') %}
- Bug fixes for laundry (@steveredden, @sweichbr)
- Fixed startup issue when encountering an unknown unit type(@chansearrington, @opie546)