Skip to content

Commit

Permalink
- updated documentation
Browse files Browse the repository at this point in the history
- version bump
  • Loading branch information
simbaja committed Jun 23, 2024
1 parent 6f8dab3 commit 8f543a8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@

# GE Home Appliances (SmartHQ) Changelog

## 0.6.11

- Bugfix: Fixed convertable drawer issue [#243]
- Bugfix: Updated app types to include electric cooktops [#252]
- Bugfix: Updated clientsession to remove deprecation [#253]
- Bugfix: Fixed error strings
- Bugfix: Updated climate support for new flags introduced in 2024.2.0

## 0.6.10

- Bugfix: Removed additional deprecated constants [#229]
Expand Down
4 changes: 2 additions & 2 deletions custom_components/ge_home/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"integration_type": "hub",
"iot_class": "cloud_push",
"documentation": "https://github.com/simbaja/ha_gehome",
"requirements": ["gehomesdk==0.5.26","magicattr==0.1.6","slixmpp==1.8.3"],
"requirements": ["gehomesdk==0.5.28","magicattr==0.1.6","slixmpp==1.8.3"],
"codeowners": ["@simbaja"],
"version": "0.6.10"
"version": "0.6.11"
}
10 changes: 10 additions & 0 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,16 @@ A/C Controls:

#### Bugfixes


{% if version_installed.split('.') | map('int') < '0.6.11'.split('.') | map('int') %}
- Bugfix: Fixed convertable drawer issue (#243)
- Bugfix: Updated app types to include electric cooktops (#252)
- Bugfix: Updated clientsession to remove deprecation (#253)
- Bugfix: Fixed error strings
- Bugfix: Updated climate support for new flags introduced in 2024.2.0
{% endif %}


{% if version_installed.split('.') | map('int') < '0.6.10'.split('.') | map('int') %}
- Bugfix: Removed additional deprecated constants (#229)
- Bugfix: Fixed issue with climate entities (#228)
Expand Down

0 comments on commit 8f543a8

Please sign in to comment.