- updated documentation

This commit is contained in:
Jack Simbach 2024-01-28 09:34:46 -05:00
parent 6e651bcc40
commit eac81c691e
2 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,8 @@
## 0.6.9
- Added additional fridge controls [#200]
- Bugfix: Additional auth stability improvements [#215, #211]
- Bugfix: Removed deprecated constants [#218]
## 0.6.8

View File

@ -127,6 +127,11 @@ A/C Controls:
#### Bugfixes
{% if version_installed.split('.') | map('int') < '0.6.9'.split('.') | map('int') %}
- Bugfix: Additional auth stability improvements (#215, #211)
- Bugfix: Removed deprecated constants (#218)
{% endif %}
{% if version_installed.split('.') | map('int') < '0.6.8'.split('.') | map('int') %}
- Bugfix: Fixed issue with oven lights (#174)
- Bugfix: Fixed issues with dual dishwasher (#161)