Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelogs of Node-RED and AppDaemon #550

Merged
merged 2 commits into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions appdaemon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 2 additions & 0 deletions node-red/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Loading