Skip to content

Commit 6521021

Browse files
authored
Merge pull request #78 from simbaja/dev
- version bump/doc update
2 parents 5c0dbc8 + 7852885 commit 6521021

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
# GE Home Appliances (SmartHQ) Changelog
33

4+
## 0.6.1
5+
6+
- Fixed issue with water filter life sensor (@rgabrielson11)
7+
48
## 0.6.0
59

610
- Requires HA 2021.12.x or later

custom_components/ge_home/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"documentation": "https://github.com/simbaja/ha_gehome",
66
"requirements": ["gehomesdk==0.4.25","magicattr==0.1.5","slixmpp==1.7.1"],
77
"codeowners": ["@simbaja"],
8-
"version": "0.6.0"
8+
"version": "0.6.1"
99
}

info.md

+4
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ A/C Controls:
9191

9292
#### Bugfixes
9393

94+
{% if version_installed.split('.') | map('int') < '0.6.1'.split('.') | map('int') %}
95+
- Fixed issue with water filter life sensor (@rgabrielson11)
96+
{% endif %}
97+
9498
{% if version_installed.split('.') | map('int') < '0.6.0'.split('.') | map('int') %}
9599
- Updated deprecated icons (@mjmeli, @schmittx)
96100
{% endif %}

0 commit comments

Comments
 (0)