diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a3b52..9260877 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # GE Home Appliances (SmartHQ) Changelog +## 0.6.1 + +- Fixed issue with water filter life sensor (@rgabrielson11) + ## 0.6.0 - Requires HA 2021.12.x or later diff --git a/custom_components/ge_home/manifest.json b/custom_components/ge_home/manifest.json index aca93d4..048a3cc 100644 --- a/custom_components/ge_home/manifest.json +++ b/custom_components/ge_home/manifest.json @@ -5,5 +5,5 @@ "documentation": "https://github.com/simbaja/ha_gehome", "requirements": ["gehomesdk==0.4.25","magicattr==0.1.5","slixmpp==1.7.1"], "codeowners": ["@simbaja"], - "version": "0.6.0" + "version": "0.6.1" } diff --git a/info.md b/info.md index f99e99d..b07663e 100644 --- a/info.md +++ b/info.md @@ -91,6 +91,10 @@ A/C Controls: #### Bugfixes +{% if version_installed.split('.') | map('int') < '0.6.1'.split('.') | map('int') %} +- Fixed issue with water filter life sensor (@rgabrielson11) +{% endif %} + {% if version_installed.split('.') | map('int') < '0.6.0'.split('.') | map('int') %} - Updated deprecated icons (@mjmeli, @schmittx) {% endif %}