From db011eada41b2aada5126f539132a761f62016b4 Mon Sep 17 00:00:00 2001 From: Jack Simbach Date: Thu, 1 Feb 2024 21:24:01 -0500 Subject: [PATCH] - updated documentation --- CHANGELOG.md | 5 +++++ info.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e68ccb9..ebbf854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # GE Home Appliances (SmartHQ) Changelog +## 0.6.10 + +- Bugfix: Removed additional deprecated constants [#229] +- Bugfix: Fixed issue with climate entities [#228] + ## 0.6.9 - Added additional fridge controls [#200] diff --git a/info.md b/info.md index 20477dc..93281fc 100644 --- a/info.md +++ b/info.md @@ -127,6 +127,11 @@ A/C Controls: #### Bugfixes +{% 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) +{% endif %} + {% if version_installed.split('.') | map('int') < '0.6.9'.split('.') | map('int') %} - Bugfix: Additional auth stability improvements (#215, #211) - Bugfix: Removed deprecated constants (#218)