Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 09:55
· 15 commits to main since this release
8a0951a

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

🚨 Breaking changes

  • Migrate AppDaemon config out of Home Assistant config folder @frenck (#285)

⬆️ Dependency updates

  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.2 @renovate (#286)