Skip to content

How-to Upgrade to AppDaemon 15 #1029

@joBr99

Description

@joBr99

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.

  1. 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.

  1. 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/
  1. move your apps.yaml from /addon_configs/a0d7b954_appdaemon/apps to the old location within /homeassistant/appdaemon/apps/

  2. redownload the nspanel-lovelace-ui app from HACS

  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions