ha_gehome/info.md

2.3 KiB

GE Home Appliances (SmartHQ)

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.

Home Assistant UI Examples

Entities card:

Entities

Fridge Controls:

Fridge controls

Oven Controls:

Fridge controls

A/C Controls:

A/C controls

{% if installed %}

Changes as compared to your installed version:

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 (uninstall, reboot, delete leftover entitites, install, reboot) {% endif %}

Changes

Features

{% 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.3'.split('.') | map('int') %}

  • Bug fixes for laundry (@steveredden, @sweichbr) {% endif %}

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