🎉 Release of add-on AppDaemon 0.15.0

This commit is contained in:
Community Hass.io Add-ons Bot 2023-11-15 09:57:55 +00:00
parent 578b06e122
commit eaaf74c011
5 changed files with 15 additions and 13 deletions

View file

@ -1,10 +1,11 @@
## Whats 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.
## 🚨 Breaking changes
- Drop support for armhf & i386 @frenck ([#282](https://github.com/hassio-addons/addon-appdaemon/pull/282))
- Migrate AppDaemon config out of Home Assistant config folder @frenck ([#285](https://github.com/hassio-addons/addon-appdaemon/pull/285))
## ⬆️ Dependency updates
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.0 @renovate ([#283](https://github.com/hassio-addons/addon-appdaemon/pull/283))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.1 @renovate ([#284](https://github.com/hassio-addons/addon-appdaemon/pull/284))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.2 @renovate ([#286](https://github.com/hassio-addons/addon-appdaemon/pull/286))

View file

@ -92,8 +92,8 @@ single time this add-on starts.
This add-on does not configure the AppDaemon or HADashboard for you.
It does, however, create some sample files to get you started on the first run.
The configuration of the AppDaemon can be found in the `/config/appdaemon`
directory.
The configuration of the AppDaemon can be found in the add-on configuration
folder of this add-on.
For more information about configuring AppDaemon, please refer to the
extensive documentation they offer:

View file

@ -46,6 +46,6 @@ If you are more interested in stable releases of our add-ons:
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.14.0-blue.svg
[release]: https://github.com/hassio-addons/addon-appdaemon/tree/v0.14.0
[release-shield]: https://img.shields.io/badge/version-v0.15.0-blue.svg
[release]: https://github.com/hassio-addons/addon-appdaemon/tree/v0.15.0
[screenshot]: https://github.com/hassio-addons/addon-appdaemon/raw/main/images/screenshot.png

View file

@ -1,5 +1,5 @@
name: AppDaemon
version: 0.14.0
version: 0.15.0
slug: appdaemon
description: Python Apps and Dashboard using AppDaemon 4.x for Home Assistant
url: https://github.com/hassio-addons/addon-appdaemon
@ -17,9 +17,10 @@ ports:
ports_description:
5050/tcp: AppDaemon
map:
- config:rw
- share:rw
- addon_config:rw
- homeassistant_config:rw
- media:rw
- share:rw
- ssl
options:
system_packages: []