ha_gehome/info.md

65 lines
1.7 KiB
Markdown
Raw Normal View History

# GE Home Appliances (SmartHQ)
2021-02-04 23:13:09 -07:00
Integration for GE WiFi-enabled appliances into Home Assistant. This integration currently support the following devices:
- Fridge
- Oven
- Dishwasher
- Laundry (Washer/Dryer)
- Whole Home Water Filter
- Advantium
**Forked from Andrew Mark's [repository](https://github.com/ajmarks/ha_components).**
2021-02-04 23:13:09 -07:00
## Home Assistant UI Examples
2021-02-04 23:13:09 -07:00
Entities card:
![Entities](https://raw.githubusercontent.com/simbaja/ha_components/master/img/appliance_entities.png)
2021-02-04 23:13:09 -07:00
Fridge Controls:
![Fridge controls](https://raw.githubusercontent.com/simbaja/ha_components/master/img/fridge_control.png)
2021-02-04 23:13:09 -07:00
Oven Controls:
![Fridge controls](https://raw.githubusercontent.com/simbaja/ha_components/master/img/oven_controls.png)
2021-02-04 23:13:09 -07:00
{% if installed %}
### Changes as compared to your installed version:
#### Breaking Changes
#### Changes
#### Features
2021-08-03 20:22:30 -06:00
{% 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
2021-07-31 17:15:45 -06:00
{% if version_installed.split('.') | map('int') < '0.4.1'.split('.') | map('int') %}
2021-08-03 20:22:30 -06:00
- 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') %}
2021-07-31 17:15:45 -06:00
- Bug fixes for ovens (@TKpizza)
- Miscellaneous entity bug fixes/refinements
{% endif %}
{% endif %}