From c36ac2e83da0d7ad1a7e588c6c80df4b8a66443a Mon Sep 17 00:00:00 2001 From: Jack Simbach Date: Wed, 25 Dec 2024 19:51:56 -0500 Subject: [PATCH] - documentation updates - version bump --- CHANGELOG.md | 6 ++++++ custom_components/ge_home/manifest.json | 4 ++-- hacs.json | 2 +- info.md | 14 +++++++++++++- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 113abdc..06cea60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # GE Home Appliances (SmartHQ) Changelog +## 0.6.15 + +- Feature: Improved Support for Laundry +- Breaking: Some enums changed names/values and may need updates to client code +- Bugfix: More deprecation fixes + ## 0.6.14 - Bugfix: Error checking socket status [#304] diff --git a/custom_components/ge_home/manifest.json b/custom_components/ge_home/manifest.json index c8f0726..8e82ee4 100644 --- a/custom_components/ge_home/manifest.json +++ b/custom_components/ge_home/manifest.json @@ -5,7 +5,7 @@ "integration_type": "hub", "iot_class": "cloud_push", "documentation": "https://github.com/simbaja/ha_gehome", - "requirements": ["gehomesdk==0.5.30","magicattr==0.1.6","slixmpp==1.8.3"], + "requirements": ["gehomesdk==0.5.41","magicattr==0.1.6","slixmpp==1.8.3"], "codeowners": ["@simbaja"], - "version": "0.6.14" + "version": "0.6.15" } diff --git a/hacs.json b/hacs.json index 8ae196d..1d7862f 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,6 @@ { "name": "GE Home (SmartHQ)", - "homeassistant": "2024.2.0", + "homeassistant": "2024.9.0", "domains": ["binary_sensor", "sensor", "switch", "water_heater", "select", "button", "climate", "light", "number"], "iot_class": "Cloud Polling" } diff --git a/info.md b/info.md index f808d7f..55488b9 100644 --- a/info.md +++ b/info.md @@ -46,6 +46,10 @@ A/C Controls: #### Breaking Changes +{% if version_installed.split('.') | map('int') < '0.6.15'.split('.') | map('int') %} +- Some enums changed names/values and may need updates to client code +{% endif %} + {% if version_installed.split('.') | map('int') < '0.6.6'.split('.') | map('int') %} - Requires HA version 2022.12.0 or later {% endif %} @@ -69,6 +73,10 @@ A/C Controls: #### Features +{% if version_installed.split('.') | map('int') < '0.6.15'.split('.') | map('int') %} +- Improved Support for Laundry +{% endif %} + {% if version_installed.split('.') | map('int') < '0.6.9'.split('.') | map('int') %} - Added additional fridge controls (#200) {% endif %} @@ -127,8 +135,12 @@ A/C Controls: #### Bugfixes -{% if version_installed.split('.') | map('int') < '0.6.14'.split('.') | map('int') %} +{% if version_installed.split('.') | map('int') < '0.6.15'.split('.') | map('int') %} +- Bugfix: More deprecation fixes +{% endif %} + +{% if version_installed.split('.') | map('int') < '0.6.14'.split('.') | map('int') %} - Bugfix: Error checking socket status [#304] - Bugfix: Error with setup [#301] - Bugfix: Logger deprecations