- updated documentation

This commit is contained in:
Jack Simbach 2024-02-01 21:24:01 -05:00
parent 8e9d936151
commit db011eada4
2 changed files with 10 additions and 0 deletions

View File

@ -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]

View File

@ -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)