🎉 Release of add-on AppDaemon 4 0.7.1

This commit is contained in:
Community Hass.io Add-ons Bot 2021-11-11 09:49:35 +00:00
parent 4077116a19
commit d73721d714
7 changed files with 54 additions and 106 deletions

View file

@ -694,10 +694,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.7.0
[addon-doc-appdaemon]: https://github.com/hassio-addons/addon-appdaemon/blob/v0.7.0/README.md
[addon-appdaemon]: https://github.com/hassio-addons/addon-appdaemon/tree/v0.7.1
[addon-doc-appdaemon]: https://github.com/hassio-addons/addon-appdaemon/blob/v0.7.1/README.md
[appdaemon-issue]: https://github.com/hassio-addons/addon-appdaemon/issues
[appdaemon-version-shield]: https://img.shields.io/badge/version-v0.7.0-blue.svg
[appdaemon-version-shield]: https://img.shields.io/badge/version-v0.7.1-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-yes-green.svg

View file

@ -1,33 +1,22 @@
## Whats changed
This release updates AppDaemon to 4.1.0, which has a lot of packages upgraded that might affect your scripts.
See the release notes here: <https://community.home-assistant.io/t/announcement-appdaemon-4-1-0/331949>
## 🚀 Enhancements
⚠️ This add-on now ships on Alpine 3.14 and Python 3.9!
## 🚨 Breaking changes
- ⬆️ Upgrades add-on base image to v10.0.1 @frenck (#140)
- ⬆️ Upgrades AppDaemon to 4.1.0 @frenck (#144)
- Migrate JSON config to YAML @frenck (#175)
## 🧰 Maintenance
- 🚀 Add-on CI improvements @frenck (#142)
## 📚 Documentation
- 🚑 Fix contributing link in readme @frenck (#143)
- Switch to centralized GitHub Action Workflows @frenck (#174)
## ⬆️ Dependency updates
- ⬆️ Bump docker/login-action from 1.9.0 to 1.10.0 @dependabot (#131)
- ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.4.1 @dependabot (#132)
- ⬆️ Bump docker/build-push-action from 2.5.0 to 2.6.1 @dependabot (#133)
- ⬆️ Bump docker/setup-buildx-action from 1.4.1 to 1.5.0 @dependabot (#134)
- ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 @dependabot (#135)
- ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 @dependabot (#136)
- ⬆️ Bump frenck/action-addon-linter from 2.1 to 2.2 @dependabot (#137)
- ⬆️ Bump actions/stale from 3.0.19 to 4 @dependabot (#138)
- ⬆️ Upgrades add-on base image to v10.0.1 @frenck (#140)
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#141)
- ⬆️ Upgrades AppDaemon to 4.1.0 @frenck (#144)
- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#145)
- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#149)
- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#154)
- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#153)
- ⬆️ Upgrades add-on base image to 10.1.0 @frenck (#160)
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#163)
- ⬆️ Upgrades add-on base image to 10.1.1 @frenck (#164)
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#167)
- ⬆️ Upgrades add-on base image to 10.2.0 @frenck (#176)
- ⬆️ Upgrades add-on base image to 10.2.2 @frenck (#177)

View file

@ -29,6 +29,6 @@ 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.7.0-blue.svg
[release]: https://github.com/hassio-addons/addon-appdaemon/tree/v0.7.0
[release-shield]: https://img.shields.io/badge/version-v0.7.1-blue.svg
[release]: https://github.com/hassio-addons/addon-appdaemon/tree/v0.7.1
[screenshot]: https://github.com/hassio-addons/addon-appdaemon/raw/main/images/screenshot.png

View file

@ -1,47 +0,0 @@
{
"name": "AppDaemon 4",
"version": "0.7.0",
"slug": "appdaemon",
"description": "Python Apps and Dashboard using AppDaemon 4.x for Home Assistant",
"url": "https://github.com/hassio-addons/addon-appdaemon",
"webui": "http://[HOST]:[PORT:5050]",
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"init": false,
"homeassistant_api": true,
"uart": true,
"ports": {
"5050/tcp": 5050
},
"ports_description": {
"5050/tcp": "AppDaemon"
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"options": {
"system_packages": [],
"python_packages": [],
"init_commands": []
},
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"system_packages": [
"str"
],
"python_packages": [
"str"
],
"init_commands": [
"str"
]
},
"image": "ghcr.io/hassio-addons/appdaemon/{arch}"
}

36
appdaemon/config.yaml Normal file
View file

@ -0,0 +1,36 @@
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
description: Python Apps and Dashboard using AppDaemon 4.x for Home Assistant
homeassistant_api: true
image: ghcr.io/hassio-addons/appdaemon/{arch}
init: false
map:
- config:rw
- share:rw
- ssl
name: AppDaemon 4
options:
init_commands: []
python_packages: []
system_packages: []
ports:
5050/tcp: 5050
ports_description:
5050/tcp: AppDaemon
schema:
init_commands:
- str
log_level: list(trace|debug|info|notice|warning|error|fatal)?
python_packages:
- str
system_packages:
- str
slug: appdaemon
uart: true
url: https://github.com/hassio-addons/addon-appdaemon
version: 0.7.1
webui: http://[HOST]:[PORT:5050]

View file

@ -1,15 +0,0 @@
configuration:
init_commands:
description: 'Allows you to specificy a list of custom shell commands that are ran before AppDaemon starts.'
name: 'Init commands'
log_level:
description: 'Controls the level of log details the add-on provides.'
name: 'Log level'
python_packages:
description: 'Allows you to specificy a list of additional Python packages to be installed before AppDaemon starts.'
name: 'Python packages'
system_packages:
description: 'Allows you to specificy a list of additional Alpine Linux packages to be installed before AppDaemon starts.'
name: 'System packages'
network:
5050/tcp: 'The AppDaemon webserver'

View file

@ -1,15 +0,0 @@
configuration:
init_commands:
description: 'Allows you to specificy a list of custom shell commands that are ran before AppDaemon starts.'
name: 'Init commands'
log_level:
description: 'Bepaalt het niveau van de logs die de add-on toont.'
name: 'Log niveau'
python_packages:
description: 'Allows you to specificy a list of additional Python packages to be installed before AppDaemon starts.'
name: 'Python packages'
system_packages:
description: 'Allows you to specificy a list of additional Alpine Linux packages to be installed before AppDaemon starts.'
name: 'System packages'
network:
5050/tcp: 'De AppDaemon webserver'