Addon Appdaemon Versions Save

AppDaemon4 - Home Assistant Community Add-ons

v0.16.5

3 weeks ago

What’s changed

⬆️ Dependency updates

  • ⬆️ Update Python to v3.11.8-r0 @renovate (#332)
  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.7 @renovate (#329)
  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.8 @renovate (#335)
  • ⬆️ Update Python to v3.11.9-r0 @renovate (#336)

v0.16.4

3 months ago

What’s changed

⬆️ Dependency updates

  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.6 @renovate (#328)

v0.16.3

4 months ago

What’s changed

⬆️ Dependency updates

  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.5 @renovate (#327)

v0.16.2

4 months ago

What’s changed

⬆️ Dependency updates

  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.4 @renovate (#324)

v0.16.1

4 months ago

What’s changed

🧰 Maintenance

  • :fireworks: Updates maintenance/license year to 2024 @frenck (#322)

⬆️ Dependency updates

  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.2 @renovate (#317)
  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15.0.3 @renovate (#319)

v0.16.0

5 months ago

What’s changed

Upgrades the add-on to use Alpine Linux 3.19. This might affect you if you have installed custom system packages.

⬆️ Dependency updates

  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.3 @renovate (#310)
  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15 @renovate (#312)

v0.15.2

6 months ago

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

  • Fixed another incorrect check @frenck (#290)

v0.15.1

6 months ago

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)

v0.15.0

6 months ago

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)

v0.14.0

6 months ago

What’s changed

🚨 Breaking changes

  • Drop support for armhf & i386 @frenck (#282)

⬆️ Dependency updates

  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.0 @renovate (#283)
  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.1 @renovate (#284)