2021-05-20 09:15:49 -06:00
# GE Home Appliances (SmartHQ)
2021-07-31 17:10:56 -06:00
[![GitHub Release][releases-shield]][releases]
[![GitHub Activity][commits-shield]][commits]
[![License][license-shield]](LICENSE)
[![hacs][hacsbadge]][hacs]
2021-07-31 17:07:36 -06:00
Integration for GE WiFi-enabled appliances into Home Assistant. This integration currently supports the following devices:
- Fridge
- Oven
- Dishwasher
- Laundry (Washer/Dryer)
- Whole Home Water Filter
2021-12-11 09:06:30 -07:00
- Whole Home Water Softener
2022-07-10 17:42:31 -06:00
- A/C (Portable, Split, Window, Built-In)
2021-12-11 09:06:30 -07:00
- Range Hood
2021-07-31 17:07:36 -06:00
- Advantium
2021-12-11 09:06:30 -07:00
- Microwave
- Opal Ice Maker
2022-02-18 21:51:43 -07:00
- Coffee Maker
2021-05-20 09:15:49 -06:00
**Forked from Andrew Mark's [repository ](https://github.com/ajmarks/ha_components ).**
2022-04-30 17:51:24 -06:00
## Updates
2021-05-20 09:15:49 -06:00
2022-04-30 17:51:24 -06:00
Unfortunately, I'm pretty much at the end of what I can do without assistance from others with these devices that can help provide logs. I'll do what I can to make updates if there's something broken, but I am not really able to add new functionality if I can't get a little help to do so.
2021-07-31 17:07:36 -06:00
## Home Assistant UI Examples
2021-05-20 09:15:49 -06:00
Entities card:
![Entities ](https://raw.githubusercontent.com/simbaja/ha_components/master/img/appliance_entities.png )
Fridge Controls:
![Fridge controls ](https://raw.githubusercontent.com/simbaja/ha_components/master/img/fridge_control.png )
Oven Controls:
![Fridge controls ](https://raw.githubusercontent.com/simbaja/ha_components/master/img/oven_controls.png )
2021-08-08 14:58:08 -06:00
A/C Controls:
![A/C controls ](https://raw.githubusercontent.com/simbaja/ha_components/master/img/ac_controls.png )
2021-07-31 17:07:36 -06:00
## Installation (Manual)
1. Using the tool of choice open the directory (folder) for your HA configuration (where you find `configuration.yaml` ).
2. If you do not have a `custom_components` directory (folder) there, you need to create it.
3. In the `custom_components` directory (folder) create a new folder called `ge_home` .
4. Download _all_ the files from the `custom_components/ge_home/` directory (folder) in this repository.
5. Place the files you downloaded in the new directory (folder) you created.
6. Restart Home Assistant
7. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "GE Home"
## Installation (HACS)
Please follow directions [here ](https://hacs.xyz/docs/faq/custom_repositories/ ), and use https://github.com/simbaja/ha_gehome as the repository URL.
## Configuration
Configuration is done via the HA user interface.
## Change Log
2021-07-31 17:10:56 -06:00
Please click [here ](CHANGELOG.md ) for change information.
[commits-shield]: https://img.shields.io/github/commit-activity/y/simbaja/ha_gehome.svg?style=for-the-badge
[commits]: https://github.com/simbaja/ha_gehome/commits/master
[hacs]: https://github.com/custom-components/hacs
[hacsbadge]: https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge
[license-shield]: https://img.shields.io/github/license/simbaja/ha_gehome.svg?style=for-the-badge
[maintenance-shield]: https://img.shields.io/badge/maintainer-Jack%20Simbach%20%40simbaja-blue.svg?style=for-the-badge
[releases-shield]: https://img.shields.io/github/release/simbaja/ha_gehome.svg?style=for-the-badge
2022-07-10 17:42:31 -06:00
[releases]: https://github.com/simbaja/ha_gehome/releases