From 626e55ca65810c1f694322b249e24fcb870c62c7 Mon Sep 17 00:00:00 2001 From: Johannes <29555657+joBr99@users.noreply.github.com> Date: Wed, 15 Nov 2023 20:35:59 +0100 Subject: [PATCH] Update prepare_ha.md --- docs/prepare_ha.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/prepare_ha.md b/docs/prepare_ha.md index b0992271..495e0295 100644 --- a/docs/prepare_ha.md +++ b/docs/prepare_ha.md @@ -47,16 +47,6 @@ services: ``` -### Required configuration for AppDaemon Addon => 15 - -The new appdamon addon moved the folder where AppDaemon is located this resuls into appdaemon no longer beeing able to access the folder where HACS is downloading the app into. The following workaround is fixing the issue. - -Add this to the init config of your appdaemon addon: `rm -rf /config/apps/apps-from-hacs && cp -R /homeassistant/appdaemon/apps/ /config/apps/apps-from-hacs/` - -![image](https://github.com/joBr99/nspanel-lovelace-ui/assets/29555657/5c32b558-2c7b-429c-96ee-a96c757ae6b2) - -Note: If you've updated from an ealier appdaemon version, you need to manually delete the `/addon_configs/a0d7b954_appdaemon/apps/nspanel-lovelace-ui` Folder. - ### Add babel package to AppDaemon Container (Optional) For localisation (date in your local language) you need to add the python package babel to your AppDaemon Installation.