From 401642acf8b6be38c8c193fc8c5c9e2d512e9046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 20 Nov 2023 10:49:51 +0100 Subject: [PATCH] Update changelogs of Node-RED and AppDaemon (#550) --- appdaemon/CHANGELOG.md | 14 ++++++++++++++ node-red/CHANGELOG.md | 2 ++ 2 files changed, 16 insertions(+) diff --git a/appdaemon/CHANGELOG.md b/appdaemon/CHANGELOG.md index bbd2f0fb..85ecb373 100644 --- a/appdaemon/CHANGELOG.md +++ b/appdaemon/CHANGELOG.md @@ -1,5 +1,19 @@ ## What’s changed +⚠️ With this release, the `appdaemon` data folder will migrate/move out of the Home Assistant configuration folder into a dedicated folder for this add-on. You can access add-on configuration folders using SSH, Samba, VSCode, and similar add-ons by accessing the `addon_configs` folder/share. + +If you have this in your `appdaemon.yaml` file: + +```yaml +secrets: /config/secrets.yaml +``` + +You will need to adjust this to: + +```yaml +secrets: /homeassistant/secrets.yaml +``` + ## 🐛 Bug fixes - Fixed another incorrect check @frenck ([#290](https://github.com/hassio-addons/addon-appdaemon/pull/290)) diff --git a/node-red/CHANGELOG.md b/node-red/CHANGELOG.md index 310fae22..4b8160f6 100644 --- a/node-red/CHANGELOG.md +++ b/node-red/CHANGELOG.md @@ -1,5 +1,7 @@ ## What’s changed +⚠️ With this release, the `nodered` data folder will migrate/move out of the Home Assistant configuration folder into a dedicated folder for this add-on. You can access add-on configuration folders using SSH, Samba, VSCode, and similar add-ons by accessing the `addon_configs` folder/share. + ## 🐛 Bug fixes - Fix incorrect check for existing files @frenck ([#1738](https://github.com/hassio-addons/addon-node-red/pull/1738))