Update changelogs of Node-RED and AppDaemon (#550)

This commit is contained in:
Joakim Sørensen 2023-11-20 10:49:51 +01:00 committed by GitHub
parent 3d6bc904f8
commit 401642acf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View file

@ -1,5 +1,19 @@
## Whats 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))

View file

@ -1,5 +1,7 @@
## Whats 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))