🎉 Release of add-on AppDaemon 0.15.0

This commit is contained in:
Community Hass.io Add-ons Bot 2023-11-15 09:58:01 +00:00
parent 33f4cc99f3
commit 0f0bb75592
5 changed files with 15 additions and 13 deletions

View file

@ -693,10 +693,10 @@ SOFTWARE.
[airsonos-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[airsonos-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[airsonos-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-appdaemon]: https://github.com/hassio-addons/addon-appdaemon/tree/v0.14.0
[addon-doc-appdaemon]: https://github.com/hassio-addons/addon-appdaemon/blob/v0.14.0/README.md
[addon-appdaemon]: https://github.com/hassio-addons/addon-appdaemon/tree/v0.15.0
[addon-doc-appdaemon]: https://github.com/hassio-addons/addon-appdaemon/blob/v0.15.0/README.md
[appdaemon-issue]: https://github.com/hassio-addons/addon-appdaemon/issues
[appdaemon-version-shield]: https://img.shields.io/badge/version-v0.14.0-blue.svg
[appdaemon-version-shield]: https://img.shields.io/badge/version-v0.15.0-blue.svg
[appdaemon-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[appdaemon-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[appdaemon-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

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

@ -30,6 +30,6 @@ suitable for wall mounted tablets.
[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: []