Skip to content

Commit

Permalink
Update prepare_ha.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joBr99 authored Nov 15, 2023
1 parent a01bba7 commit 626e55c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/prepare_ha.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,6 @@ services:
```
</details>

### 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.
Expand Down

0 comments on commit 626e55c

Please sign in to comment.