From c718c9a21796dda1d565d224f5af187f2a1d2513 Mon Sep 17 00:00:00 2001 From: illuzn <57167030+illuzn@users.noreply.github.com> Date: Sat, 18 Nov 2023 13:21:50 +1030 Subject: [PATCH] Appdaemon v0.15.x changes --- docs/faq.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 46ae16bd..cd764b61 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -27,6 +27,18 @@ Please don't modify the Full Topic in your Tasmota Config, unless you know the i - the appdaemon log, after restarting the container +## This isn't working since AppDaemon v0.15.x + +There has been an upstream change made to AppDaemon which changes where the configuration files are stored. + +You may need to change your yaml files to reflect this: + +filename | Home Assistant Share | Docker Container Location +-- | -- | -- +appdaemon.yaml | /addon_configs/a0d7b954_appdaemon/appdaemon.yaml | /config/appdaemon.yaml +apps.yaml | /addon_configs/a0d7b954_appdaemon/apps/apps.yaml | /config/apps/apps.yaml +secrets.yaml | /config/secrets.yaml | /homeassistant/secrets.yaml + ## How to update ### Update AppDaemon Script