Releases: hassio-addons/addon-appdaemon
Releases · hassio-addons/addon-appdaemon
v0.16.7
v0.16.6
v0.16.5
v0.16.4
v0.16.3
v0.16.2
v0.16.1
v0.16.0
v0.15.2
What’s changed
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
v0.15.1
What’s changed
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)