mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-25 17:04:25 +01:00
Update prepare_ha.md
This commit is contained in:
@@ -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/`
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user