- documentation updates

This commit is contained in:
Jack Simbach 2021-08-25 12:50:18 -04:00
parent c62165bf37
commit 08704be5f6
3 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@
- Added extended mode support for ovens
- Added logic to prevent multiple configurations of the same GE account
- Fixed device info when serial not present (@Xe138)
- Fixed issue with ovens when raw temperature not available (@chadohalloran)
## 0.4.3

View File

@ -12,6 +12,8 @@ Integration for GE WiFi-enabled appliances into Home Assistant. This integratio
- Dishwasher
- Laundry (Washer/Dryer)
- Whole Home Water Filter
- A/C (Portable, Split, Window)
- Range Hoods
- Advantium
**Forked from Andrew Mark's [repository](https://github.com/ajmarks/ha_components).**

View File

@ -70,6 +70,7 @@ A/C Controls:
{% if version_installed.split('.') | map('int') < '0.5.0'.split('.') | map('int') %}
- Advantium fixes (@willhayslett)
- Fixed device info when serial not present (@Xe138)
- Fixed issue with ovens when raw temperature not available (@chadohalloran)
{% endif %}
{% if version_installed.split('.') | map('int') < '0.4.3'.split('.') | map('int') %}