mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 12:11:29 +00:00
Update changelogs of Node-RED and AppDaemon (#550)
This commit is contained in:
parent
3d6bc904f8
commit
401642acf8
2 changed files with 16 additions and 0 deletions
|
@ -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))
|
||||
|
|
|
@ -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…
Add table
Add a link
Reference in a new issue