- updated HACS information

- updated README/CHANGELOG
- version bump
This commit is contained in:
Jack Simbach 2021-07-31 19:07:36 -04:00
parent f244f0d6c3
commit 2f413460a1
8 changed files with 67 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# GE Home Appliances (SmartHQ) Changelog
## 0.3.x
## 0.4.0
- Implemented Laundry Support (@warrenrees, @ssindsd)
- Implemented Water Filter Support (@bendavis, @tumtumsback, @rgabrielson11)

View File

@ -1,10 +1,17 @@
# GE Home Appliances (SmartHQ)
## `ge_home`
Integration for GE WiFi-enabled appliances into Home Assistant. This integration currently contains fridge, oven, dishwasher, laundry washer, laundry dryer support.
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
- Advantium
**Forked from Andrew Mark's [repository](https://github.com/ajmarks/ha_components).**
## Home Assistant UI Examples
Entities card:
![Entities](https://raw.githubusercontent.com/simbaja/ha_components/master/img/appliance_entities.png)
@ -17,3 +24,23 @@ Oven Controls:
![Fridge controls](https://raw.githubusercontent.com/simbaja/ha_components/master/img/oven_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
Please click [here](CHANGELOG.md) for change information.

View File

@ -5,5 +5,5 @@
"documentation": "https://github.com/simbaja/ha_components",
"requirements": ["gehomesdk==0.3.21","magicattr==0.1.5"],
"codeowners": ["@simbaja"],
"version": "0.3.21"
"version": "0.4.0"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 45 KiB

38
info.md
View File

@ -1,10 +1,17 @@
# GE Home Appliances (SmartHQ)
## `ge_home`
Integration for GE WiFi-enabled appliances into Home Assistant. This integration currently contains fridge, oven, dishwasher, laundry washer, laundry dryer support.
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).**
## Home Assistant UI Examples
Entities card:
![Entities](https://raw.githubusercontent.com/simbaja/ha_components/master/img/appliance_entities.png)
@ -17,3 +24,30 @@ Oven Controls:
![Fridge controls](https://raw.githubusercontent.com/simbaja/ha_components/master/img/oven_controls.png)
{% if installed %}
### Changes as compared to your installed version:
#### Breaking Changes
#### Changes
#### Features
{% if version_installed.split('.') | map('int') < '0.4.1'.split('.') | map('int') %}
- Implemented Laundry Support (@warrenrees, @ssindsd)
- Implemented Water Filter Support (@bendavis, @tumtumsback, @rgabrielson11)
- Implemented Initial Advantium Support (@ssinsd)
- Bug fixes for ovens (@TKpizza)
- Additional authentication error handling (@rgabrielson11)
- Additional dishwasher functionality (@ssinsd)
- Introduced new select entity (@bendavis)
- Miscellaneous entity bug fixes/refinements
- Integrated new version of SDK
{% endif %}
#### Bugfixes
{% endif %}