Skip to content

v0.15.2

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 12:01
· 15 commits to main since this release
fad4c1c

What’s changed

⚠️ With this release, the appdaemon data folder will migrate/move out of the Home Assistant configuration folder into a dedicated folder for this add-on. You can access add-on configuration folders using SSH, Samba, VSCode, and similar add-ons by accessing the addon_configs folder/share.

If you have this in your appdaemon.yaml file:

secrets: /config/secrets.yaml

You will need to adjust this to:

secrets: /homeassistant/secrets.yaml

🐛 Bug fixes