ha_gehome/README.md

75 lines
3.1 KiB
Markdown
Raw Normal View History

# 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]
Integration for GE WiFi-enabled appliances into Home Assistant. This integration currently supports the following devices:
- Fridge
- Oven
2022-10-16 08:44:14 -06:00
- Dishwasher / F&P Dual Dishwasher
- Laundry (Washer/Dryer)
- Whole Home Water Filter
2021-12-11 09:06:30 -07:00
- Whole Home Water Softener
2022-10-16 08:44:14 -06:00
- Whole Home Water Heater
- A/C (Portable, Split, Window, Built-In)
2021-12-11 09:06:30 -07:00
- Range Hood
- Advantium
2021-12-11 09:06:30 -07:00
- Microwave
- Opal Ice Maker
2022-10-16 08:44:14 -06:00
- Coffee Maker / Espresso Maker
- Beverage Center
**Forked from Andrew Mark's [repository](https://github.com/ajmarks/ha_components).**
2022-04-30 17:51:24 -06:00
## Updates
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.
## Home Assistant UI Examples
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)
A/C Controls:
![A/C controls](https://raw.githubusercontent.com/simbaja/ha_components/master/img/ac_controls.png)
## 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-10-16 08:44:14 -06:00
[releases]: https://github.com/simbaja/ha_gehome/releases