Skip to content

v0.15.1

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 11:42
· 16 commits to main since this release
386fe7c

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

  • Fix incorrect check if AppDaemon configuration already exists @frenck (#289)
  • Remove default secrets file from initial AppDaemon configuration @frenck (#288)

🚀 Enhancements

  • Remove default secrets file from initial AppDaemon configuration @frenck (#288)