Reapply "New config logic"

This reverts commit 2f690538c0.
This commit is contained in:
Alexandre
2024-10-15 12:30:10 +02:00
parent 2f690538c0
commit d8b0a2b92e
6 changed files with 23 additions and 19 deletions

View File

@@ -1,3 +1,5 @@
- Applied new homeassistant config logic, which will allow in the future all Mealie data to be backuped with the addon. All data (+ config) is moved to /addon_configs/db21ed7f_mealie ; the initial data currently in /homeassistant/addons_config/mealie_data and config in /homeassistant/addons_config/mealie will not be moved but a "migrated" file will be added to those folders to show that migration occured. From now on, only data in /addon_configs/db21ed7f_mealie will be used.
## v2.0-beta (10-10-2024)
- Switched to v2.0 beta, should hopefully solve everyone's issues!