- version bump

- documentation updates
This commit is contained in:
Jack Simbach 2021-08-07 14:53:36 -04:00
parent ad3762955b
commit ee63c0e365
3 changed files with 15 additions and 2 deletions

View File

@ -1,6 +1,13 @@
# GE Home Appliances (SmartHQ) Changelog
## 0.4.x
- Added support for Window A/C units (@mbrentrowe, @swcrawford1)
- Fixed multiple binary sensors (bad conversion from enum) (@steveredden)
- Fixed delay time interpretation for laundry (@steveredden, @sweichbr)
- Enabled support for appliances without serial numbers
## 0.4.1
- Fixed an issue with dryer entities causing an error in HA (@steveredden)

View File

@ -3,7 +3,7 @@
"name": "GE Home (SmartHQ)",
"config_flow": true,
"documentation": "https://github.com/simbaja/ha_gehome",
"requirements": ["gehomesdk==0.4.0","magicattr==0.1.5"],
"requirements": ["gehomesdk==0.4.2","magicattr==0.1.5"],
"codeowners": ["@simbaja"],
"version": "0.4.0"
"version": "0.4.2"
}

View File

@ -30,6 +30,12 @@ Oven Controls:
#### 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
{% endif %}
#### Changes
#### Features