-
-
Notifications
You must be signed in to change notification settings - Fork 194
Description
This is a summary of the action you have to do after you've upgraded from AppDaemon 14 to 15.
You config files have been moved from /config/appdaemon
to /addon_configs/a0d7b954_appdaemon
See this if you need assistance to access the new folder:
https://docs.nspanel.pky.eu/configure_mqtt/#note-for-appdeamon-addon-version-15
There is one important change that you have to do to your appdaemon.yaml
, which is also mentioned in the release notes of the new version.
- Change this in your
appdaemon.yaml
:
from: secrets: /config/secrets.yaml
to: secrets: /homeassistant/secrets.yaml
This should already fix appdaemon, but do not stop here; next steps are required to get updates though hacs.
- add this line in your appdaemon.yaml to configure your apps directory back to the old directory (below the
appdaemon:
key)
app_dir: /homeassistant/appdaemon/apps/
-
move your apps.yaml from
/addon_configs/a0d7b954_appdaemon/apps
to the old location within/homeassistant/appdaemon/apps/
-
redownload the nspanel-lovelace-ui app from HACS
-
optional cleanup; delete the apps folder in the addon's directory
/addon_configs/a0d7b954_appdaemon/apps
See #1028 if you are interested in more Details around this mess.